#B71702

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

Shades of Free Speech Red #B71702

Tints of Free Speech Red #B71702

Color information

#B71702 (or 0xB71702) is unknown color: approx Free Speech Red. HEX triplet: B7, 17 and 02. RGB value is (183,23,2). Sum of RGB (Red+Green+Blue) = 183+23+2=208 (27% of max value = 765). Red value is 183 (71.88% from 255 or 87.98% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 183 - color contains mainly: red. Hex color #B71702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71702 is #48E8FD. Grayscale: #444444. Windows color (decimal): -4778238 or 137143. OLE color: 137143.

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

Color convert

RGB183232-
CMYK00.870.990.28
HSL6.96º97.84%36.27%-
HSV(B)6.96º98.91%71.76%-
XYZ19.8510.681.07-
YUV68.4590.51209.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 87.98%
GREEN value IS 23 (9.38% from 255) = 11.06%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=87.98%
G=11.06%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18323200.870.990.286.9697.8436.27
HexB7172057631C76224
Octal267272012714334714244
Binary101101111011110010101111100011111001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71702; }

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

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

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

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

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

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

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

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