Html Css Color HEX #B00501 Free Speech Red

📋 copy color: '#B00501'

red 176 ◦ green 5 ◦ blue 1

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

Shades of Free Speech Red #B00501

Tints of Free Speech Red #B00501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.75%

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

R = 96.7%
G = 2.75%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B00501 (or 0xB00501) is known color: Free Speech Red. HEX triplet: B0, 05 and 01. RGB value is (176,5,1). Sum of RGB (Red+Green+Blue) = 176+5+1=182 (24% of max value = 765). Red value is 176 (69.14% from 255 or 96.70% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 176 - color contains mainly: red. Hex color #B00501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B00501 is #4FFAFE. Grayscale: #373737. Windows color (decimal): -5241599 or 66992. OLE color: 66992.

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

Color convert

RGB 176 5 1 -
CMYK 0 0.97 0.99 0.31
HSL 1.37º 0.99% 0.35% -
HSV(B) 1.37º 0.99% 0.69% -
XYZ 17.96 9.34 0.88 -
YUV 55.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 176 5 1 0 0.97 0.99 0.31 1.37 0.99 0.35
Hex B0 5 1 0 61 63 1F 1 63 23
Octal 260 5 1 0 141 143 37 1 143 43
Binary 10110000 101 1 0 1100001 1100011 11111 1 1100011 100011

Color Harmonies of #B00501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00501

Black with #B00501

Text Example


Text Example

White with #B00501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00501; }

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

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

background-color css

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

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

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

border-color css

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

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

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