Html Css Color HEX #920F06 Dark Red

📋 copy color: '#920F06'

red 146 ◦ green 15 ◦ blue 6

#920F06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #920F06

Tints of Dark Red #920F06

RGB

 RED value IS 146 (57.42% from 255) = 87.43%

 GREEN value IS 15 (6.25% from 255) = 8.98%

 BLUE value IS 6 (2.73% from 255) = 3.59%

R = 87.43%
G = 8.98%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#920F06 (or 0x920F06) is known color: Dark Red. HEX triplet: 92, 0F and 06. RGB value is (146,15,6). Sum of RGB (Red+Green+Blue) = 146+15+6=167 (22% of max value = 765). Red value is 146 (57.42% from 255 or 87.43% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 146 - color contains mainly: red. Hex color #920F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F06 is #6DF0F9. Grayscale: #353535. Windows color (decimal): -7205114 or 397202. OLE color: 397202.

HSL color Cylindrical-coordinate representation of color #920F06: hue angle of 3.86º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #920F06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 15 6 -
CMYK 0 0.90 0.96 0.43
HSL 3.86º 0.92% 0.3% -
HSV(B) 3.86º 0.96% 0.57% -
XYZ 12.06 6.47 0.78 -
YUV 53.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 146 15 6 0 0.90 0.96 0.43 3.86 0.92 0.3
Hex 92 F 6 0 5A 60 2B 4 5C 1E
Octal 222 17 6 0 132 140 53 4 134 36
Binary 10010010 1111 110 0 1011010 1100000 101011 100 1011100 11110

Color Harmonies of #920F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920F06

Black with #920F06

Text Example


Text Example

White with #920F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920F06; }

 p { color: rgb(146,15,6); }

 H1.HeaderClassName
 {
   color: #920F06;
 }
 .AnyTagClassName
 {
   color: #920F06;
 }
</style>

background-color css

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

 a { background-color: rgb(146,15,6); }

 div.DivClassName
 {
   background-color: #920F06;
 }
 .BgClassName
 {
   background-color: #920F06;
 }
</style>

border-color css

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

 span { border-color: rgb(146,15,6); }

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