Html Css Color HEX #B40900 Free Speech Red

📋 copy color: '#B40900'

red 180 ◦ green 9 ◦ blue 0

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

Shades of Free Speech Red #B40900

Tints of Free Speech Red #B40900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.76%

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

R = 95.24%
G = 4.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B40900 (or 0xB40900) is known color: Free Speech Red. HEX triplet: B4, 09 and 00. RGB value is (180,9,0). Sum of RGB (Red+Green+Blue) = 180+9+0=189 (25% of max value = 765). Red value is 180 (70.70% from 255 or 95.24% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 180 - color contains mainly: red. Hex color #B40900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40900 is #4BF6FF. Grayscale: #3B3B3B. Windows color (decimal): -4978432 or 2484. OLE color: 2484.

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

Color convert

RGB 180 9 0 -
CMYK 0 0.95 1 0.29
HSL 1% 0.35% -
HSV(B) 1% 0.71% -
XYZ 18.92 9.9 0.91 -
YUV 59.1 94.65 214.23 -
System Red Green Blue C M Y K H S L
Decimal 180 9 0 0 0.95 1 0.29 3 1 0.35
Hex B4 9 0 0 5F 64 1D 3 64 23
Octal 264 11 0 0 137 144 35 3 144 43
Binary 10110100 1001 0 0 1011111 1100100 11101 11 1100100 100011

Color Harmonies of #B40900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40900

Black with #B40900

Text Example


Text Example

White with #B40900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40900; }

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

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

background-color css

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

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

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

border-color css

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

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

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