#B10A03

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

Shades of Free Speech Red #B10A03

Tints of Free Speech Red #B10A03

Color information

#B10A03 (or 0xB10A03) is unknown color: approx Free Speech Red. HEX triplet: B1, 0A and 03. RGB value is (177,10,3). Sum of RGB (Red+Green+Blue) = 177+10+3=190 (25% of max value = 765). Red value is 177 (69.53% from 255 or 93.16% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10A03 is #4EF5FC. Grayscale: #3B3B3B. Windows color (decimal): -5174781 or 199345. OLE color: 199345.

HSL color Cylindrical-coordinate representation of color #B10A03: hue angle of 2.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B10A03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB177103-
CMYK00.940.980.31
HSL2.41º96.67%35.29%-
HSV(B)2.41º98.31%69.41%-
XYZ18.269.570.97-
YUV59.1396.33212.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 93.16%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 3 (1.56% from 255) = 1.58%
R=93.16%
G=5.26%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710300.940.980.312.4196.6735.29
HexB1A305E621F26123
Octal261123013614237214143
Binary1011000110101101011110110001011111101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A03; }

 p { color: rgb(177,10,3); }

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

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

 a { background-color: rgb(177,10,3); }

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

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

 span { border-color: rgb(177,10,3); }

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