Html Css Color HEX #B40200 Free Speech Red

📋 copy color: '#B40200'

red 180 ◦ green 2 ◦ blue 0

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

Shades of Free Speech Red #B40200

Tints of Free Speech Red #B40200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 98.9%
G = 1.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B40200 (or 0xB40200) is known color: Free Speech Red. HEX triplet: B4, 02 and 00. RGB value is (180,2,0). Sum of RGB (Red+Green+Blue) = 180+2+0=182 (24% of max value = 765). Red value is 180 (70.70% from 255 or 98.90% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 180 - color contains mainly: red. Hex color #B40200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40200 is #4BFDFF. Grayscale: #373737. Windows color (decimal): -4980224 or 692. OLE color: 692.

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

Color convert

RGB 180 2 0 -
CMYK 0 0.99 1 0.29
HSL 0.67º 1% 0.35% -
HSV(B) 0.67º 1% 0.71% -
XYZ 18.84 9.75 0.89 -
YUV 54.99 96.97 217.16 -
System Red Green Blue C M Y K H S L
Decimal 180 2 0 0 0.99 1 0.29 0.67 1 0.35
Hex B4 2 0 0 63 64 1D 1 64 23
Octal 264 2 0 0 143 144 35 1 144 43
Binary 10110100 10 0 0 1100011 1100100 11101 1 1100100 100011

Color Harmonies of #B40200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40200

Black with #B40200

Text Example


Text Example

White with #B40200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40200; }

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

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

background-color css

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

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

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

border-color css

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

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

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