Html Css Color HEX #B31400 Free Speech Red

📋 copy color: '#B31400'

red 179 ◦ green 20 ◦ blue 0

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

Shades of Free Speech Red #B31400

Tints of Free Speech Red #B31400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 89.95%
G = 10.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B31400 (or 0xB31400) is known color: Free Speech Red. HEX triplet: B3, 14 and 00. RGB value is (179,20,0). Sum of RGB (Red+Green+Blue) = 179+20+0=199 (26% of max value = 765). Red value is 179 (70.31% from 255 or 89.95% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 179 - color contains mainly: red. Hex color #B31400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31400 is #4CEBFF. Grayscale: #414141. Windows color (decimal): -5041152 or 5299. OLE color: 5299.

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

Color convert

RGB 179 20 0 -
CMYK 0 0.89 1 0.30
HSL 6.7º 1% 0.35% -
HSV(B) 6.7º 1% 0.7% -
XYZ 18.84 10.08 0.95 -
YUV 65.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 179 20 0 0 0.89 1 0.30 6.7 1 0.35
Hex B3 14 0 0 59 64 1E 7 64 23
Octal 263 24 0 0 131 144 36 7 144 43
Binary 10110011 10100 0 0 1011001 1100100 11110 111 1100100 100011

Color Harmonies of #B31400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31400

Black with #B31400

Text Example


Text Example

White with #B31400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31400; }

 p { color: rgb(179,20,0); }

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

background-color css

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

 a { background-color: rgb(179,20,0); }

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

border-color css

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

 span { border-color: rgb(179,20,0); }

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