#B6130D

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

Shades of Free Speech Red #B6130D

Tints of Free Speech Red #B6130D

Color information

#B6130D (or 0xB6130D) is unknown color: approx Free Speech Red. HEX triplet: B6, 13 and 0D. RGB value is (182,19,13). Sum of RGB (Red+Green+Blue) = 182+19+13=214 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.05% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 182 - color contains mainly: red. Hex color #B6130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6130D is #49ECF2. Grayscale: #434343. Windows color (decimal): -4844787 or 857014. OLE color: 857014.

HSL color Cylindrical-coordinate representation of color #B6130D: hue angle of 2.13º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6130D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1821913-
CMYK00.900.930.29
HSL2.13º86.67%38.24%-
HSV(B)2.13º92.86%71.37%-
XYZ19.610.441.36-
YUV67.0597.5209.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.05%
GREEN value IS 19 (7.81% from 255) = 8.88%
BLUE value IS 13 (5.47% from 255) = 6.07%
R=85.05%
G=8.88%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182191300.900.930.292.1386.6738.24
HexB613D05A5D1D25726
Octal2662315013213535212746
Binary1011011010011110101011010101110111101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6130D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6130D; }

 p { color: rgb(182,19,13); }

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

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

 a { background-color: rgb(182,19,13); }

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

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

 span { border-color: rgb(182,19,13); }

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