Html Css Color HEX #B01302 Free Speech Red

📋 copy color: '#B01302'

red 176 ◦ green 19 ◦ blue 2

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

Shades of Free Speech Red #B01302

Tints of Free Speech Red #B01302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 89.34%
G = 9.64%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B01302 (or 0xB01302) is known color: Free Speech Red. HEX triplet: B0, 13 and 02. RGB value is (176,19,2). Sum of RGB (Red+Green+Blue) = 176+19+2=197 (26% of max value = 765). Red value is 176 (69.14% from 255 or 89.34% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 176 - color contains mainly: red. Hex color #B01302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01302 is #4FECFD. Grayscale: #404040. Windows color (decimal): -5238014 or 136112. OLE color: 136112.

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

Color convert

RGB 176 19 2 -
CMYK 0 0.89 0.99 0.31
HSL 5.86º 0.98% 0.35% -
HSV(B) 5.86º 0.99% 0.69% -
XYZ 18.15 9.7 0.97 -
YUV 64.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 176 19 2 0 0.89 0.99 0.31 5.86 0.98 0.35
Hex B0 13 2 0 59 63 1F 6 62 23
Octal 260 23 2 0 131 143 37 6 142 43
Binary 10110000 10011 10 0 1011001 1100011 11111 110 1100010 100011

Color Harmonies of #B01302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01302

Black with #B01302

Text Example


Text Example

White with #B01302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01302; }

 p { color: rgb(176,19,2); }

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

background-color css

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

 a { background-color: rgb(176,19,2); }

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

border-color css

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

 span { border-color: rgb(176,19,2); }

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