Html Css Color HEX #8A0302 Dark Red

📋 copy color: '#8A0302'

red 138 ◦ green 3 ◦ blue 2

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

Shades of Dark Red #8A0302

Tints of Dark Red #8A0302

RGB

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

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

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

R = 96.5%
G = 2.1%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A0302 (or 0x8A0302) is known color: Dark Red. HEX triplet: 8A, 03 and 02. RGB value is (138,3,2). Sum of RGB (Red+Green+Blue) = 138+3+2=143 (18% of max value = 765). Red value is 138 (54.30% from 255 or 96.50% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0302 is #75FCFD. Grayscale: #2B2B2B. Windows color (decimal): -7732478 or 131978. OLE color: 131978.

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

Color convert

RGB 138 3 2 -
CMYK 0 0.98 0.99 0.46
HSL 0.44º 0.97% 0.27% -
HSV(B) 0.44º 0.99% 0.54% -
XYZ 10.52 5.47 0.56 -
YUV 43.25 104.73 195.58 -
System Red Green Blue C M Y K H S L
Decimal 138 3 2 0 0.98 0.99 0.46 0.44 0.97 0.27
Hex 8A 3 2 0 62 63 2E 0 61 1B
Octal 212 3 2 0 142 143 56 0 141 33
Binary 10001010 11 10 0 1100010 1100011 101110 0 1100001 11011

Color Harmonies of #8A0302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0302

Black with #8A0302

Text Example


Text Example

White with #8A0302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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