#B41702

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

Shades of Free Speech Red #B41702

Tints of Free Speech Red #B41702

Color information

#B41702 (or 0xB41702) is unknown color: approx Free Speech Red. HEX triplet: B4, 17 and 02. RGB value is (180,23,2). Sum of RGB (Red+Green+Blue) = 180+23+2=205 (27% of max value = 765). Red value is 180 (70.70% from 255 or 87.80% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 180 - color contains mainly: red. Hex color #B41702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41702 is #4BE8FD. Grayscale: #434343. Windows color (decimal): -4974846 or 137140. OLE color: 137140.

HSL color Cylindrical-coordinate representation of color #B41702: hue angle of 7.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B41702 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB180232-
CMYK00.870.990.29
HSL7.08º97.8%35.69%-
HSV(B)7.08º98.89%70.59%-
XYZ19.1410.321.04-
YUV67.5591.01208.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 87.80%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=87.80%
G=11.22%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18023200.870.990.297.0897.835.69
HexB4172057631D76224
Octal264272012714335714244
Binary101101001011110010101111100011111011111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41702; }

 p { color: rgb(180,23,2); }

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

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

 a { background-color: rgb(180,23,2); }

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

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

 span { border-color: rgb(180,23,2); }

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