#B61500

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

Shades of Free Speech Red #B61500

Tints of Free Speech Red #B61500

Color information

#B61500 (or 0xB61500) is unknown color: approx Free Speech Red. HEX triplet: B6, 15 and 00. RGB value is (182,21,0). Sum of RGB (Red+Green+Blue) = 182+21+0=203 (26% of max value = 765). Red value is 182 (71.48% from 255 or 89.66% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 182 - color contains mainly: red. Hex color #B61500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61500 is #49EAFF. Grayscale: #424242. Windows color (decimal): -4844288 or 5558. OLE color: 5558.

HSL color Cylindrical-coordinate representation of color #B61500: hue angle of 6.92º 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 #B61500 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB182210-
CMYK00.8810.29
HSL6.92º100%35.69%-
HSV(B)6.92º100%71.37%-
XYZ19.5610.480.99-
YUV66.7490.34210.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 89.66%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.66%
G=10.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18221000.8810.296.9210035.69
HexB6150058641D76424
Octal266250013014435714444
Binary10110110101010010110001100100111011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61500; }

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

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

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

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

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

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

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

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