#B71C02

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

Shades of Free Speech Red #B71C02

Tints of Free Speech Red #B71C02

Color information

#B71C02 (or 0xB71C02) is unknown color: approx Free Speech Red. HEX triplet: B7, 1C and 02. RGB value is (183,28,2). Sum of RGB (Red+Green+Blue) = 183+28+2=213 (28% of max value = 765). Red value is 183 (71.88% from 255 or 85.92% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71C02 is #48E3FD. Grayscale: #474747. Windows color (decimal): -4776958 or 138423. OLE color: 138423.

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

Color convert

RGB183282-
CMYK00.850.990.28
HSL8.62º97.84%36.27%-
HSV(B)8.62º98.91%71.76%-
XYZ19.9510.91.11-
YUV71.3888.85207.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 85.92%
GREEN value IS 28 (11.33% from 255) = 13.15%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=85.92%
G=13.15%
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
Decimal18328200.850.990.288.6297.8436.27
HexB71C2055631C96224
Octal2673420125143341114244
Binary1011011111100100101010111000111110010011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71C02; }

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

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

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

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

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

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

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

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