#B50D0C

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

Shades of Free Speech Red #B50D0C

Tints of Free Speech Red #B50D0C

Color information

#B50D0C (or 0xB50D0C) is unknown color: approx Free Speech Red. HEX triplet: B5, 0D and 0C. RGB value is (181,13,12). Sum of RGB (Red+Green+Blue) = 181+13+12=206 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.86% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50D0C is #4AF2F3. Grayscale: #3F3F3F. Windows color (decimal): -4911860 or 789941. OLE color: 789941.

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

Color convert

RGB1811312-
CMYK00.930.930.29
HSL0.36º87.56%37.84%-
HSV(B)0.36º93.37%70.98%-
XYZ19.2710.141.29-
YUV63.1299.16212.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 87.86%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=87.86%
G=6.31%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181131200.930.930.290.3687.5637.84
HexB5DC05D5D1D05826
Octal2651514013513535013046
Binary10110101110111000101110110111011110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D0C; }

 p { color: rgb(181,13,12); }

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

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

 a { background-color: rgb(181,13,12); }

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

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

 span { border-color: rgb(181,13,12); }

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