Html Css Color HEX #920C01 Dark Red

📋 copy color: '#920C01'

red 146 ◦ green 12 ◦ blue 1

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

Shades of Dark Red #920C01

Tints of Dark Red #920C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 91.82%
G = 7.55%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#920C01 (or 0x920C01) is known color: Dark Red. HEX triplet: 92, 0C and 01. RGB value is (146,12,1). Sum of RGB (Red+Green+Blue) = 146+12+1=159 (21% of max value = 765). Red value is 146 (57.42% from 255 or 91.82% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 146 - color contains mainly: red. Hex color #920C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920C01 is #6DF3FE. Grayscale: #323232. Windows color (decimal): -7205887 or 68754. OLE color: 68754.

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

Color convert

RGB 146 12 1 -
CMYK 0 0.92 0.99 0.43
HSL 4.55º 0.99% 0.29% -
HSV(B) 4.55º 0.99% 0.57% -
XYZ 11.99 6.38 0.63 -
YUV 50.81 99.89 195.89 -
System Red Green Blue C M Y K H S L
Decimal 146 12 1 0 0.92 0.99 0.43 4.55 0.99 0.29
Hex 92 C 1 0 5C 63 2B 5 63 1D
Octal 222 14 1 0 134 143 53 5 143 35
Binary 10010010 1100 1 0 1011100 1100011 101011 101 1100011 11101

Color Harmonies of #920C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920C01

Black with #920C01

Text Example


Text Example

White with #920C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,12,1); }

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

background-color css

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

 a { background-color: rgb(146,12,1); }

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

border-color css

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

 span { border-color: rgb(146,12,1); }

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