#B11502

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

Shades of Free Speech Red #B11502

Tints of Free Speech Red #B11502

Color information

#B11502 (or 0xB11502) is unknown color: approx Free Speech Red. HEX triplet: B1, 15 and 02. RGB value is (177,21,2). Sum of RGB (Red+Green+Blue) = 177+21+2=200 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 177 - color contains mainly: red. Hex color #B11502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11502 is #4EEAFD. Grayscale: #414141. Windows color (decimal): -5171966 or 136625. OLE color: 136625.

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

Color convert

RGB177212-
CMYK00.880.990.31
HSL6.51º97.77%35.1%-
HSV(B)6.51º98.87%69.41%-
XYZ18.419.891-
YUV65.4892.18207.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=88.5%
G=10.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17721200.880.990.316.5197.7735.1
HexB1152058631F76223
Octal261252013014337714243
Binary101100011010110010110001100011111111111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11502; }

 p { color: rgb(177,21,2); }

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

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

 a { background-color: rgb(177,21,2); }

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

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

 span { border-color: rgb(177,21,2); }

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