Html Css Color HEX #B80400 Free Speech Red

📋 copy color: '#B80400'

red 184 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #B80400

Tints of Free Speech Red #B80400

RGB

 RED value IS 184 (72.27% from 255) = 97.87%

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 97.87%
G = 2.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B80400 (or 0xB80400) is known color: Free Speech Red. HEX triplet: B8, 04 and 00. RGB value is (184,4,0). Sum of RGB (Red+Green+Blue) = 184+4+0=188 (24% of max value = 765). Red value is 184 (72.27% from 255 or 97.87% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 184 - color contains mainly: red. Hex color #B80400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80400 is #47FBFF. Grayscale: #393939. Windows color (decimal): -4717568 or 1208. OLE color: 1208.

HSL color Cylindrical-coordinate representation of color #B80400: hue angle of 1.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 0 -
CMYK 0 0.98 1 0.28
HSL 1.3º 1% 0.36% -
HSV(B) 1.3º 1% 0.72% -
XYZ 19.81 10.28 0.94 -
YUV 57.36 95.63 218.33 -
System Red Green Blue C M Y K H S L
Decimal 184 4 0 0 0.98 1 0.28 1.3 1 0.36
Hex B8 4 0 0 62 64 1C 1 64 24
Octal 270 4 0 0 142 144 34 1 144 44
Binary 10111000 100 0 0 1100010 1100100 11100 1 1100100 100100

Color Harmonies of #B80400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80400

Black with #B80400

Text Example


Text Example

White with #B80400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80400; }

 p { color: rgb(184,4,0); }

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

background-color css

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

 a { background-color: rgb(184,4,0); }

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

border-color css

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

 span { border-color: rgb(184,4,0); }

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