#B31C03

Color #B31C03 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #B31C03

Tints of Free Speech Red #B31C03

Color information

#B31C03 (or 0xB31C03) is unknown color: approx Free Speech Red. HEX triplet: B3, 1C and 03. RGB value is (179,28,3). Sum of RGB (Red+Green+Blue) = 179+28+3=210 (27% of max value = 765). Red value is 179 (70.31% from 255 or 85.24% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B31C03 is #4CE3FC. Grayscale: #464646. Windows color (decimal): -5039101 or 203955. OLE color: 203955.

HSL color Cylindrical-coordinate representation of color #B31C03: hue angle of 8.52º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B31C03 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179283-
CMYK00.840.980.30
HSL8.52º96.7%35.69%-
HSV(B)8.52º98.32%70.2%-
XYZ19.0210.421.09-
YUV70.390.03205.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 85.24%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=85.24%
G=13.33%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17928300.840.980.308.5296.735.69
HexB31C3054621E96124
Octal2633430124142361114144
Binary1011001111100110101010011000101111010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C03; }

 p { color: rgb(179,28,3); }

 H1.HeaderClassName
 {
   color: #B31C03;
 }
 .AnyTagClassName
 {
   color: #B31C03;
 }
</style>
background-color css

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

 a { background-color: rgb(179,28,3); }

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

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

 span { border-color: rgb(179,28,3); }

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