#B90704

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

Shades of Free Speech Red #B90704

Tints of Free Speech Red #B90704

Color information

#B90704 (or 0xB90704) is unknown color: approx Free Speech Red. HEX triplet: B9, 07 and 04. RGB value is (185,7,4). Sum of RGB (Red+Green+Blue) = 185+7+4=196 (25% of max value = 765). Red value is 185 (72.66% from 255 or 94.39% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 185 - color contains mainly: red. Hex color #B90704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B90704 is #46F8FB. Grayscale: #3C3C3C. Windows color (decimal): -4651260 or 264121. OLE color: 264121.

HSL color Cylindrical-coordinate representation of color #B90704: hue angle of 0.99º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B90704 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB18574-
CMYK00.960.980.27
HSL0.99º95.77%37.06%-
HSV(B)0.99º97.84%72.55%-
XYZ20.1110.481.08-
YUV59.8896.47217.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 94.39%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=94.39%
G=3.57%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857400.960.980.270.9995.7737.06
HexB974060621B16025
Octal27174014014233114045
Binary101110011111000110000011000101101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90704; }

 p { color: rgb(185,7,4); }

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

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

 a { background-color: rgb(185,7,4); }

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

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

 span { border-color: rgb(185,7,4); }

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