Html Css Color HEX #B40800 Free Speech Red

📋 copy color: '#B40800'

red 180 ◦ green 8 ◦ blue 0

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

Shades of Free Speech Red #B40800

Tints of Free Speech Red #B40800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

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

R = 95.74%
G = 4.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B40800 (or 0xB40800) is known color: Free Speech Red. HEX triplet: B4, 08 and 00. RGB value is (180,8,0). Sum of RGB (Red+Green+Blue) = 180+8+0=188 (24% of max value = 765). Red value is 180 (70.70% from 255 or 95.74% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 180 - color contains mainly: red. Hex color #B40800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40800 is #4BF7FF. Grayscale: #3A3A3A. Windows color (decimal): -4978688 or 2228. OLE color: 2228.

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

Color convert

RGB 180 8 0 -
CMYK 0 0.96 1 0.29
HSL 2.67º 1% 0.35% -
HSV(B) 2.67º 1% 0.71% -
XYZ 18.91 9.88 0.91 -
YUV 58.52 94.98 214.65 -
System Red Green Blue C M Y K H S L
Decimal 180 8 0 0 0.96 1 0.29 2.67 1 0.35
Hex B4 8 0 0 60 64 1D 3 64 23
Octal 264 10 0 0 140 144 35 3 144 43
Binary 10110100 1000 0 0 1100000 1100100 11101 11 1100100 100011

Color Harmonies of #B40800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40800

Black with #B40800

Text Example


Text Example

White with #B40800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40800; }

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

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

background-color css

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

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

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

border-color css

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

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

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