#B31702

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

Shades of Free Speech Red #B31702

Tints of Free Speech Red #B31702

Color information

#B31702 (or 0xB31702) is unknown color: approx Free Speech Red. HEX triplet: B3, 17 and 02. RGB value is (179,23,2). Sum of RGB (Red+Green+Blue) = 179+23+2=204 (27% of max value = 765). Red value is 179 (70.31% from 255 or 87.75% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 179 - color contains mainly: red. Hex color #B31702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31702 is #4CE8FD. Grayscale: #434343. Windows color (decimal): -5040382 or 137139. OLE color: 137139.

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

Color convert

RGB179232-
CMYK00.870.990.30
HSL7.12º97.79%35.49%-
HSV(B)7.12º98.88%70.2%-
XYZ18.9110.21.03-
YUV67.2591.18207.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 87.75%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=87.75%
G=11.27%
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.30
SystemRedGreenBlueCMYKHSL
Decimal17923200.870.990.307.1297.7935.49
HexB3172057631E76223
Octal263272012714336714243
Binary101100111011110010101111100011111101111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31702; }

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

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

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

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

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

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

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

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