#B50C04

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

Shades of Free Speech Red #B50C04

Tints of Free Speech Red #B50C04

Color information

#B50C04 (or 0xB50C04) is unknown color: approx Free Speech Red. HEX triplet: B5, 0C and 04. RGB value is (181,12,4). Sum of RGB (Red+Green+Blue) = 181+12+4=197 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.88% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50C04 is #4AF3FB. Grayscale: #3D3D3D. Windows color (decimal): -4912124 or 265397. OLE color: 265397.

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

Color convert

RGB181124-
CMYK00.930.980.29
HSL2.71º95.68%36.27%-
HSV(B)2.71º97.79%70.98%-
XYZ19.2110.11.05-
YUV61.6295.49213.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 91.88%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=91.88%
G=6.09%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112400.930.980.292.7195.6836.27
HexB5C405D621D36024
Octal265144013514235314044
Binary10110101110010001011101110001011101111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C04; }

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

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

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

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

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

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

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

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