#B50902

Color #B50902 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B50902

Tints of Free Speech Red #B50902

Color information

#B50902 (or 0xB50902) is unknown color: approx Free Speech Red. HEX triplet: B5, 09 and 02. RGB value is (181,9,2). Sum of RGB (Red+Green+Blue) = 181+9+2=192 (25% of max value = 765). Red value is 181 (71.09% from 255 or 94.27% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 181 - color contains mainly: red. Hex color #B50902 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50902 is #4AF6FD. Grayscale: #3B3B3B. Windows color (decimal): -4912894 or 133557. OLE color: 133557.

HSL color Cylindrical-coordinate representation of color #B50902: hue angle of 2.35º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB18192-
CMYK00.950.990.29
HSL2.35º97.81%35.88%-
HSV(B)2.35º98.9%70.98%-
XYZ19.1610.020.98-
YUV59.6395.48214.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 94.27%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=94.27%
G=4.69%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819200.950.990.292.3597.8135.88
HexB59205F631D26224
Octal265112013714335214244
Binary1011010110011001011111110001111101101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50902; }

 p { color: rgb(181,9,2); }

 H1.HeaderClassName
 {
   color: #B50902;
 }
 .AnyTagClassName
 {
   color: #B50902;
 }
</style>
background-color css

<style>
 a { background-color: #B50902; }

 a { background-color: rgb(181,9,2); }

 div.DivClassName
 {
   background-color: #B50902;
 }
 .BgClassName
 {
   background-color: #B50902;
 }
</style>
border-color css

<style>
 span { border-color: #B50902; }

 span { border-color: rgb(181,9,2); }

 td.TdClassName
 {
   border-color: #B50902;
 }
 .TagClassName
 {
   border-color: #B50902;
 }
</style>