Html Css Color HEX #B40401 Free Speech Red

📋 copy color: '#B40401'

red 180 ◦ green 4 ◦ blue 1

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

Shades of Free Speech Red #B40401

Tints of Free Speech Red #B40401

RGB

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

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

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

R = 97.3%
G = 2.16%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B40401 (or 0xB40401) is known color: Free Speech Red. HEX triplet: B4, 04 and 01. RGB value is (180,4,1). Sum of RGB (Red+Green+Blue) = 180+4+1=185 (24% of max value = 765). Red value is 180 (70.70% from 255 or 97.30% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 180 - color contains mainly: red. Hex color #B40401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40401 is #4BFBFE. Grayscale: #383838. Windows color (decimal): -4979711 or 66740. OLE color: 66740.

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

Color convert

RGB 180 4 1 -
CMYK 0 0.98 0.99 0.29
HSL 1.01º 0.99% 0.35% -
HSV(B) 1.01º 0.99% 0.71% -
XYZ 18.87 9.79 0.92 -
YUV 56.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 180 4 1 0 0.98 0.99 0.29 1.01 0.99 0.35
Hex B4 4 1 0 62 63 1D 1 63 23
Octal 264 4 1 0 142 143 35 1 143 43
Binary 10110100 100 1 0 1100010 1100011 11101 1 1100011 100011

Color Harmonies of #B40401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40401

Black with #B40401

Text Example


Text Example

White with #B40401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40401; }

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

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

background-color css

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

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

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

border-color css

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

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

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