#B01507

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

Shades of Free Speech Red #B01507

Tints of Free Speech Red #B01507

Color information

#B01507 (or 0xB01507) is unknown color: approx Free Speech Red. HEX triplet: B0, 15 and 07. RGB value is (176,21,7). Sum of RGB (Red+Green+Blue) = 176+21+7=204 (27% of max value = 765). Red value is 176 (69.14% from 255 or 86.27% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 176 - color contains mainly: red. Hex color #B01507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B01507 is #4FEAF8. Grayscale: #414141. Windows color (decimal): -5237497 or 464304. OLE color: 464304.

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

Color convert

RGB176217-
CMYK00.880.960.31
HSL4.97º92.35%35.88%-
HSV(B)4.97º96.02%69.02%-
XYZ18.219.781.13-
YUV65.7594.85206.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 86.27%
GREEN value IS 21 (8.59% from 255) = 10.29%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=86.27%
G=10.29%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17621700.880.960.314.9792.3535.88
HexB0157058601F55c24
Octal260257013014037513444
Binary1011000010101111010110001100000111111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01507; }

 p { color: rgb(176,21,7); }

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

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

 a { background-color: rgb(176,21,7); }

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

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

 span { border-color: rgb(176,21,7); }

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