Html Css Color HEX #B40201 Free Speech Red

📋 copy color: '#B40201'

red 180 ◦ green 2 ◦ blue 1

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

Shades of Free Speech Red #B40201

Tints of Free Speech Red #B40201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 98.36%
G = 1.09%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B40201 (or 0xB40201) is known color: Free Speech Red. HEX triplet: B4, 02 and 01. RGB value is (180,2,1). Sum of RGB (Red+Green+Blue) = 180+2+1=183 (24% of max value = 765). Red value is 180 (70.70% from 255 or 98.36% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 180 - color contains mainly: red. Hex color #B40201 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40201 is #4BFDFE. Grayscale: #373737. Windows color (decimal): -4980223 or 66228. OLE color: 66228.

HSL color Cylindrical-coordinate representation of color #B40201: hue angle of 0.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40201 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 2 1 -
CMYK 0 0.99 0.99 0.29
HSL 0.34º 0.99% 0.35% -
HSV(B) 0.34º 0.99% 0.71% -
XYZ 18.85 9.75 0.92 -
YUV 55.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 180 2 1 0 0.99 0.99 0.29 0.34 0.99 0.35
Hex B4 2 1 0 63 63 1D 0 63 23
Octal 264 2 1 0 143 143 35 0 143 43
Binary 10110100 10 1 0 1100011 1100011 11101 0 1100011 100011

Color Harmonies of #B40201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40201

Black with #B40201

Text Example


Text Example

White with #B40201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40201; }

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

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

background-color css

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

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

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

border-color css

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

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

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