#B41307

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

Shades of Free Speech Red #B41307

Tints of Free Speech Red #B41307

Color information

#B41307 (or 0xB41307) is unknown color: approx Free Speech Red. HEX triplet: B4, 13 and 07. RGB value is (180,19,7). Sum of RGB (Red+Green+Blue) = 180+19+7=206 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.38% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 180 - color contains mainly: red. Hex color #B41307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41307 is #4BECF8. Grayscale: #414141. Windows color (decimal): -4975865 or 463796. OLE color: 463796.

HSL color Cylindrical-coordinate representation of color #B41307: hue angle of 4.16º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B41307 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB180197-
CMYK00.890.960.29
HSL4.16º92.51%36.67%-
HSV(B)4.16º96.11%70.59%-
XYZ19.0910.181.16-
YUV65.7794.84209.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 87.38%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 7 (3.12% from 255) = 3.40%
R=87.38%
G=9.22%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18019700.890.960.294.1692.5136.67
HexB4137059601D45d25
Octal264237013114035413545
Binary1011010010011111010110011100000111011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41307; }

 p { color: rgb(180,19,7); }

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

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

 a { background-color: rgb(180,19,7); }

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

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

 span { border-color: rgb(180,19,7); }

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