Html Css Color HEX #B00301 Free Speech Red

📋 copy color: '#B00301'

red 176 ◦ green 3 ◦ blue 1

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

Shades of Free Speech Red #B00301

Tints of Free Speech Red #B00301

RGB

 RED value IS 176 (69.14% from 255) = 97.78%

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

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

R = 97.78%
G = 1.67%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B00301 (or 0xB00301) is known color: Free Speech Red. HEX triplet: B0, 03 and 01. RGB value is (176,3,1). Sum of RGB (Red+Green+Blue) = 176+3+1=180 (23% of max value = 765). Red value is 176 (69.14% from 255 or 97.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 176 - color contains mainly: red. Hex color #B00301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00301 is #4FFCFE. Grayscale: #363636. Windows color (decimal): -5242111 or 66480. OLE color: 66480.

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

Color convert

RGB 176 3 1 -
CMYK 0 0.98 0.99 0.31
HSL 0.69º 0.99% 0.35% -
HSV(B) 0.69º 0.99% 0.69% -
XYZ 17.94 9.3 0.88 -
YUV 54.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 176 3 1 0 0.98 0.99 0.31 0.69 0.99 0.35
Hex B0 3 1 0 62 63 1F 1 63 23
Octal 260 3 1 0 142 143 37 1 143 43
Binary 10110000 11 1 0 1100010 1100011 11111 1 1100011 100011

Color Harmonies of #B00301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00301

Black with #B00301

Text Example


Text Example

White with #B00301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00301; }

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

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

background-color css

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

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

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

border-color css

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

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

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