#B50D04

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

Shades of Free Speech Red #B50D04

Tints of Free Speech Red #B50D04

Color information

#B50D04 (or 0xB50D04) is unknown color: approx Free Speech Red. HEX triplet: B5, 0D and 04. RGB value is (181,13,4). Sum of RGB (Red+Green+Blue) = 181+13+4=198 (26% of max value = 765). Red value is 181 (71.09% from 255 or 91.41% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50D04 is #4AF2FB. Grayscale: #3E3E3E. Windows color (decimal): -4911868 or 265653. OLE color: 265653.

HSL color Cylindrical-coordinate representation of color #B50D04: hue angle of 3.05º 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 #B50D04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB181134-
CMYK00.930.980.29
HSL3.05º95.68%36.27%-
HSV(B)3.05º97.79%70.98%-
XYZ19.2210.121.06-
YUV62.2195.16212.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 91.41%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=91.41%
G=6.57%
B=2.02%

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
Decimal18113400.930.980.293.0595.6836.27
HexB5D405D621D36024
Octal265154013514235314044
Binary10110101110110001011101110001011101111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D04; }

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

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

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

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

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

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

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

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