Html Css Color HEX #B40400 Free Speech Red

📋 copy color: '#B40400'

red 180 ◦ green 4 ◦ blue 0

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

Shades of Free Speech Red #B40400

Tints of Free Speech Red #B40400

RGB

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

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

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

R = 97.83%
G = 2.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B40400 (or 0xB40400) is known color: Free Speech Red. HEX triplet: B4, 04 and 00. RGB value is (180,4,0). Sum of RGB (Red+Green+Blue) = 180+4+0=184 (24% of max value = 765). Red value is 180 (70.70% from 255 or 97.83% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 180 - color contains mainly: red. Hex color #B40400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40400 is #4BFBFF. Grayscale: #383838. Windows color (decimal): -4979712 or 1204. OLE color: 1204.

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

Color convert

RGB 180 4 0 -
CMYK 0 0.98 1 0.29
HSL 1.33º 1% 0.35% -
HSV(B) 1.33º 1% 0.71% -
XYZ 18.87 9.79 0.9 -
YUV 56.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 180 4 0 0 0.98 1 0.29 1.33 1 0.35
Hex B4 4 0 0 62 64 1D 1 64 23
Octal 264 4 0 0 142 144 35 1 144 43
Binary 10110100 100 0 0 1100010 1100100 11101 1 1100100 100011

Color Harmonies of #B40400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40400

Black with #B40400

Text Example


Text Example

White with #B40400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40400; }

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

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

background-color css

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

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

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

border-color css

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

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

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