#B61B04

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

Shades of Free Speech Red #B61B04

Tints of Free Speech Red #B61B04

Color information

#B61B04 (or 0xB61B04) is unknown color: approx Free Speech Red. HEX triplet: B6, 1B and 04. RGB value is (182,27,4). Sum of RGB (Red+Green+Blue) = 182+27+4=213 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.45% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61B04 is #49E4FB. Grayscale: #464646. Windows color (decimal): -4842748 or 269238. OLE color: 269238.

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

Color convert

RGB182274-
CMYK00.850.980.29
HSL7.75º95.7%36.47%-
HSV(B)7.75º97.8%71.37%-
XYZ19.7110.741.15-
YUV70.7290.35207.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.45%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=85.45%
G=12.68%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18227400.850.980.297.7595.736.47
HexB61B4055621D86024
Octal2663340125142351014044
Binary10110110110111000101010111000101110110001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B04; }

 p { color: rgb(182,27,4); }

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

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

 a { background-color: rgb(182,27,4); }

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

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

 span { border-color: rgb(182,27,4); }

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