Html Css Color HEX #B41A00 Free Speech Red

📋 copy color: '#B41A00'

red 180 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #B41A00

Tints of Free Speech Red #B41A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.62%

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

R = 87.38%
G = 12.62%
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

#B41A00 (or 0xB41A00) is known color: Free Speech Red. HEX triplet: B4, 1A and 00. RGB value is (180,26,0). Sum of RGB (Red+Green+Blue) = 180+26+0=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B41A00 is #4BE5FF. Grayscale: #454545. Windows color (decimal): -4974080 or 6836. OLE color: 6836.

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

Color convert

RGB 180 26 0 -
CMYK 0 0.86 1 0.29
HSL 8.67º 1% 0.35% -
HSV(B) 8.67º 1% 0.71% -
XYZ 19.19 10.44 1 -
YUV 69.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 180 26 0 0 0.86 1 0.29 8.67 1 0.35
Hex B4 1A 0 0 56 64 1D 9 64 23
Octal 264 32 0 0 126 144 35 11 144 43
Binary 10110100 11010 0 0 1010110 1100100 11101 1001 1100100 100011

Color Harmonies of #B41A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A00

Black with #B41A00

Text Example


Text Example

White with #B41A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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