Html Css Color HEX #B41900 Free Speech Red

📋 copy color: '#B41900'

red 180 ◦ green 25 ◦ blue 0

#B41900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #B41900

Tints of Free Speech Red #B41900

RGB

 RED value IS 180 (70.7% from 255) = 87.8%

 GREEN value IS 25 (10.16% from 255) = 12.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.8%
G = 12.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B41900 (or 0xB41900) is known color: Free Speech Red. HEX triplet: B4, 19 and 00. RGB value is (180,25,0). Sum of RGB (Red+Green+Blue) = 180+25+0=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B41900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41900 is #4BE6FF. Grayscale: #444444. Windows color (decimal): -4974336 or 6580. OLE color: 6580.

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

Color convert

RGB 180 25 0 -
CMYK 0 0.86 1 0.29
HSL 8.33º 1% 0.35% -
HSV(B) 8.33º 1% 0.71% -
XYZ 19.17 10.4 1 -
YUV 68.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 180 25 0 0 0.86 1 0.29 8.33 1 0.35
Hex B4 19 0 0 56 64 1D 8 64 23
Octal 264 31 0 0 126 144 35 10 144 43
Binary 10110100 11001 0 0 1010110 1100100 11101 1000 1100100 100011

Color Harmonies of #B41900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41900

Black with #B41900

Text Example


Text Example

White with #B41900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41900; }

 p { color: rgb(180,25,0); }

 H1.HeaderClassName
 {
   color: #B41900;
 }
 .AnyTagClassName
 {
   color: #B41900;
 }
</style>

background-color css

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

 a { background-color: rgb(180,25,0); }

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

border-color css

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

 span { border-color: rgb(180,25,0); }

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