Html Css Color HEX #920302 Dark Red

📋 copy color: '#920302'

red 146 ◦ green 3 ◦ blue 2

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

Shades of Dark Red #920302

Tints of Dark Red #920302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.99%

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

R = 96.69%
G = 1.99%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920302 (or 0x920302) is known color: Dark Red. HEX triplet: 92, 03 and 02. RGB value is (146,3,2). Sum of RGB (Red+Green+Blue) = 146+3+2=151 (20% of max value = 765). Red value is 146 (57.42% from 255 or 96.69% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 146 - color contains mainly: red. Hex color #920302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920302 is #6DFCFD. Grayscale: #2D2D2D. Windows color (decimal): -7208190 or 131986. OLE color: 131986.

HSL color Cylindrical-coordinate representation of color #920302: hue angle of 0.42º 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 #920302 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 2 -
CMYK 0 0.98 0.99 0.43
HSL 0.42º 0.97% 0.29% -
HSV(B) 0.42º 0.99% 0.57% -
XYZ 11.9 6.18 0.62 -
YUV 45.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 146 3 2 0 0.98 0.99 0.43 0.42 0.97 0.29
Hex 92 3 2 0 62 63 2B 0 61 1D
Octal 222 3 2 0 142 143 53 0 141 35
Binary 10010010 11 10 0 1100010 1100011 101011 0 1100001 11101

Color Harmonies of #920302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920302

Black with #920302

Text Example


Text Example

White with #920302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920302; }

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

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

background-color css

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

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

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

border-color css

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

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

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