Html Css Color HEX #B31001 Free Speech Red

📋 copy color: '#B31001'

red 179 ◦ green 16 ◦ blue 1

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

Shades of Free Speech Red #B31001

Tints of Free Speech Red #B31001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 91.33%
G = 8.16%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B31001 (or 0xB31001) is known color: Free Speech Red. HEX triplet: B3, 10 and 01. RGB value is (179,16,1). Sum of RGB (Red+Green+Blue) = 179+16+1=196 (25% of max value = 765). Red value is 179 (70.31% from 255 or 91.33% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 179 - color contains mainly: red. Hex color #B31001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31001 is #4CEFFE. Grayscale: #3F3F3F. Windows color (decimal): -5042175 or 69811. OLE color: 69811.

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

Color convert

RGB 179 16 1 -
CMYK 0 0.91 0.99 0.30
HSL 5.06º 0.99% 0.35% -
HSV(B) 5.06º 0.99% 0.7% -
XYZ 18.78 9.96 0.96 -
YUV 63.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 179 16 1 0 0.91 0.99 0.30 5.06 0.99 0.35
Hex B3 10 1 0 5B 63 1E 5 63 23
Octal 263 20 1 0 133 143 36 5 143 43
Binary 10110011 10000 1 0 1011011 1100011 11110 101 1100011 100011

Color Harmonies of #B31001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31001

Black with #B31001

Text Example


Text Example

White with #B31001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31001; }

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

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

background-color css

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

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

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

border-color css

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

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

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