Html Css Color HEX #B31301 Free Speech Red

📋 copy color: '#B31301'

red 179 ◦ green 19 ◦ blue 1

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

Shades of Free Speech Red #B31301

Tints of Free Speech Red #B31301

RGB

 RED value IS 179 (70.31% from 255) = 89.95%

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

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

R = 89.95%
G = 9.55%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B31301 (or 0xB31301) is known color: Free Speech Red. HEX triplet: B3, 13 and 01. RGB value is (179,19,1). Sum of RGB (Red+Green+Blue) = 179+19+1=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B31301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31301 is #4CECFE. Grayscale: #414141. Windows color (decimal): -5041407 or 70579. OLE color: 70579.

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

Color convert

RGB 179 19 1 -
CMYK 0 0.89 0.99 0.30
HSL 6.07º 0.99% 0.35% -
HSV(B) 6.07º 0.99% 0.7% -
XYZ 18.83 10.05 0.98 -
YUV 64.79 92.01 209.46 -
System Red Green Blue C M Y K H S L
Decimal 179 19 1 0 0.89 0.99 0.30 6.07 0.99 0.35
Hex B3 13 1 0 59 63 1E 6 63 23
Octal 263 23 1 0 131 143 36 6 143 43
Binary 10110011 10011 1 0 1011001 1100011 11110 110 1100011 100011

Color Harmonies of #B31301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31301

Black with #B31301

Text Example


Text Example

White with #B31301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31301; }

 p { color: rgb(179,19,1); }

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

background-color css

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

 a { background-color: rgb(179,19,1); }

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

border-color css

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

 span { border-color: rgb(179,19,1); }

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