#B41403

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

Shades of Free Speech Red #B41403

Tints of Free Speech Red #B41403

Color information

#B41403 (or 0xB41403) is unknown color: approx Free Speech Red. HEX triplet: B4, 14 and 03. RGB value is (180,20,3). Sum of RGB (Red+Green+Blue) = 180+20+3=203 (26% of max value = 765). Red value is 180 (70.70% from 255 or 88.67% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 180 - color contains mainly: red. Hex color #B41403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41403 is #4BEBFC. Grayscale: #424242. Windows color (decimal): -4975613 or 201908. OLE color: 201908.

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

Color convert

RGB180203-
CMYK00.890.980.29
HSL5.76º96.72%35.88%-
HSV(B)5.76º98.33%70.59%-
XYZ19.0910.211.05-
YUV65.992.51209.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 88.67%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=88.67%
G=9.85%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18020300.890.980.295.7696.7235.88
HexB4143059621D66124
Octal264243013114235614144
Binary101101001010011010110011100010111011101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41403; }

 p { color: rgb(180,20,3); }

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

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

 a { background-color: rgb(180,20,3); }

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

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

 span { border-color: rgb(180,20,3); }

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