Html Css Color HEX #8A0C02 Dark Red

📋 copy color: '#8A0C02'

red 138 ◦ green 12 ◦ blue 2

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

Shades of Dark Red #8A0C02

Tints of Dark Red #8A0C02

RGB

 RED value IS 138 (54.3% from 255) = 90.79%

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

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

R = 90.79%
G = 7.89%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A0C02 (or 0x8A0C02) is known color: Dark Red. HEX triplet: 8A, 0C and 02. RGB value is (138,12,2). Sum of RGB (Red+Green+Blue) = 138+12+2=152 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.79% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0C02 is #75F3FD. Grayscale: #303030. Windows color (decimal): -7730174 or 134282. OLE color: 134282.

HSL color Cylindrical-coordinate representation of color #8A0C02: hue angle of 4.41º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A0C02 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 12 2 -
CMYK 0 0.91 0.99 0.46
HSL 4.41º 0.97% 0.27% -
HSV(B) 4.41º 0.99% 0.54% -
XYZ 10.62 5.67 0.59 -
YUV 48.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 138 12 2 0 0.91 0.99 0.46 4.41 0.97 0.27
Hex 8A C 2 0 5B 63 2E 4 61 1B
Octal 212 14 2 0 133 143 56 4 141 33
Binary 10001010 1100 10 0 1011011 1100011 101110 100 1100001 11011

Color Harmonies of #8A0C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0C02

Black with #8A0C02

Text Example


Text Example

White with #8A0C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0C02; }

 p { color: rgb(138,12,2); }

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

background-color css

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

 a { background-color: rgb(138,12,2); }

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

border-color css

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

 span { border-color: rgb(138,12,2); }

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