Html Css Color HEX #9A0502 Dark Red

📋 copy color: '#9A0502'

red 154 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #9A0502

Tints of Dark Red #9A0502

RGB

 RED value IS 154 (60.55% from 255) = 95.65%

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 95.65%
G = 3.11%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A0502 (or 0x9A0502) is known color: Dark Red. HEX triplet: 9A, 05 and 02. RGB value is (154,5,2). Sum of RGB (Red+Green+Blue) = 154+5+2=161 (21% of max value = 765). Red value is 154 (60.55% from 255 or 95.65% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0502 is #65FAFD. Grayscale: #313131. Windows color (decimal): -6683390 or 132506. OLE color: 132506.

HSL color Cylindrical-coordinate representation of color #9A0502: hue angle of 1.18º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 5 2 -
CMYK 0 0.97 0.99 0.40
HSL 1.18º 0.97% 0.31% -
HSV(B) 1.18º 0.99% 0.6% -
XYZ 13.39 6.98 0.7 -
YUV 49.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 154 5 2 0 0.97 0.99 0.40 1.18 0.97 0.31
Hex 9A 5 2 0 61 63 28 1 61 1F
Octal 232 5 2 0 141 143 50 1 141 37
Binary 10011010 101 10 0 1100001 1100011 101000 1 1100001 11111

Color Harmonies of #9A0502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0502

Black with #9A0502

Text Example


Text Example

White with #9A0502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A0502; }

 p { color: rgb(154,5,2); }

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

background-color css

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

 a { background-color: rgb(154,5,2); }

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

border-color css

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

 span { border-color: rgb(154,5,2); }

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