#B71B02

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

Shades of Free Speech Red #B71B02

Tints of Free Speech Red #B71B02

Color information

#B71B02 (or 0xB71B02) is unknown color: approx Free Speech Red. HEX triplet: B7, 1B and 02. RGB value is (183,27,2). Sum of RGB (Red+Green+Blue) = 183+27+2=212 (28% of max value = 765). Red value is 183 (71.88% from 255 or 86.32% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71B02 is #48E4FD. Grayscale: #474747. Windows color (decimal): -4777214 or 138167. OLE color: 138167.

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

Color convert

RGB183272-
CMYK00.850.990.28
HSL8.29º97.84%36.27%-
HSV(B)8.29º98.91%71.76%-
XYZ19.9310.861.1-
YUV70.7989.18208.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 86.32%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=86.32%
G=12.74%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18327200.850.990.288.2997.8436.27
HexB71B2055631C86224
Octal2673320125143341014244
Binary1011011111011100101010111000111110010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71B02; }

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

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

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

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

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

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

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

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