Html Css Color HEX #920602 Dark Red

📋 copy color: '#920602'

red 146 ◦ green 6 ◦ blue 2

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

Shades of Dark Red #920602

Tints of Dark Red #920602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 2 (1.17% from 255) = 1.3%

R = 94.81%
G = 3.9%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920602 (or 0x920602) is known color: Dark Red. HEX triplet: 92, 06 and 02. RGB value is (146,6,2). Sum of RGB (Red+Green+Blue) = 146+6+2=154 (20% of max value = 765). Red value is 146 (57.42% from 255 or 94.81% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 146 - color contains mainly: red. Hex color #920602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920602 is #6DF9FD. Grayscale: #2F2F2F. Windows color (decimal): -7207422 or 132754. OLE color: 132754.

HSL color Cylindrical-coordinate representation of color #920602: hue angle of 1.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 6 2 -
CMYK 0 0.96 0.99 0.43
HSL 1.67º 0.97% 0.29% -
HSV(B) 1.67º 0.99% 0.57% -
XYZ 11.93 6.25 0.63 -
YUV 47.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 146 6 2 0 0.96 0.99 0.43 1.67 0.97 0.29
Hex 92 6 2 0 60 63 2B 2 61 1D
Octal 222 6 2 0 140 143 53 2 141 35
Binary 10010010 110 10 0 1100000 1100011 101011 10 1100001 11101

Color Harmonies of #920602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920602

Black with #920602

Text Example


Text Example

White with #920602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920602; }

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

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

background-color css

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

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

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

border-color css

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

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

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