#B61400

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

Shades of Free Speech Red #B61400

Tints of Free Speech Red #B61400

Color information

#B61400 (or 0xB61400) is unknown color: approx Free Speech Red. HEX triplet: B6, 14 and 00. RGB value is (182,20,0). Sum of RGB (Red+Green+Blue) = 182+20+0=202 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.10% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 182 - color contains mainly: red. Hex color #B61400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61400 is #49EBFF. Grayscale: #424242. Windows color (decimal): -4844544 or 5302. OLE color: 5302.

HSL color Cylindrical-coordinate representation of color #B61400: hue angle of 6.59º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B61400 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB182200-
CMYK00.8910.29
HSL6.59º100%35.69%-
HSV(B)6.59º100%71.37%-
XYZ19.5410.450.99-
YUV66.1690.67210.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 90.10%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.10%
G=9.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18220000.8910.296.5910035.69
HexB6140059641D76424
Octal266240013114435714444
Binary10110110101000010110011100100111011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61400; }

 p { color: rgb(182,20,0); }

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

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

 a { background-color: rgb(182,20,0); }

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

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

 span { border-color: rgb(182,20,0); }

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