#B71002

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

Shades of Free Speech Red #B71002

Tints of Free Speech Red #B71002

Color information

#B71002 (or 0xB71002) is unknown color: approx Free Speech Red. HEX triplet: B7, 10 and 02. RGB value is (183,16,2). Sum of RGB (Red+Green+Blue) = 183+16+2=201 (26% of max value = 765). Red value is 183 (71.88% from 255 or 91.04% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 183 - color contains mainly: red. Hex color #B71002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71002 is #48EFFD. Grayscale: #404040. Windows color (decimal): -4780030 or 135351. OLE color: 135351.

HSL color Cylindrical-coordinate representation of color #B71002: hue angle of 4.64º 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 #B71002 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183162-
CMYK00.910.990.28
HSL4.64º97.84%36.27%-
HSV(B)4.64º98.91%71.76%-
XYZ19.7210.441.03-
YUV64.3492.83212.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 91.04%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=91.04%
G=7.96%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316200.910.990.284.6497.8436.27
HexB710205B631C56224
Octal267202013314334514244
Binary101101111000010010110111100011111001011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71002; }

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

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

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

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

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

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

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

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