Html Css Color HEX #B40301 Free Speech Red

📋 copy color: '#B40301'

red 180 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #B40301

Tints of Free Speech Red #B40301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 97.83%
G = 1.63%
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

#B40301 (or 0xB40301) is known color: Free Speech Red. HEX triplet: B4, 03 and 01. RGB value is (180,3,1). Sum of RGB (Red+Green+Blue) = 180+3+1=184 (24% of max value = 765). Red value is 180 (70.70% from 255 or 97.83% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 180 - color contains mainly: red. Hex color #B40301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40301 is #4BFCFE. Grayscale: #373737. Windows color (decimal): -4979967 or 66484. OLE color: 66484.

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

Color convert

RGB 180 3 1 -
CMYK 0 0.98 0.99 0.29
HSL 0.67º 0.99% 0.35% -
HSV(B) 0.67º 0.99% 0.71% -
XYZ 18.86 9.77 0.92 -
YUV 55.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 180 3 1 0 0.98 0.99 0.29 0.67 0.99 0.35
Hex B4 3 1 0 62 63 1D 1 63 23
Octal 264 3 1 0 142 143 35 1 143 43
Binary 10110100 11 1 0 1100010 1100011 11101 1 1100011 100011

Color Harmonies of #B40301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40301

Black with #B40301

Text Example


Text Example

White with #B40301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40301; }

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

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

background-color css

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

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

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

border-color css

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

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

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