Html Css Color HEX #8A030A Sangria

📋 copy color: '#8A030A'

red 138 ◦ green 3 ◦ blue 10

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

Shades of Sangria #8A030A

Tints of Sangria #8A030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 91.39%
G = 1.99%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#8A030A (or 0x8A030A) is known color: Sangria. HEX triplet: 8A, 03 and 0A. RGB value is (138,3,10). Sum of RGB (Red+Green+Blue) = 138+3+10=151 (20% of max value = 765). Red value is 138 (54.30% from 255 or 91.39% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 138 - color contains mainly: red. Hex color #8A030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A030A is #75FCF5. Grayscale: #2C2C2C. Windows color (decimal): -7732470 or 656266. OLE color: 656266.

HSL color Cylindrical-coordinate representation of color #8A030A: hue angle of 356.89º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A030A is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 10 -
CMYK 0 0.98 0.93 0.46
HSL 356.89º 0.96% 0.28% -
HSV(B) 356.89º 0.98% 0.54% -
XYZ 10.57 5.49 0.79 -
YUV 44.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 138 3 10 0 0.98 0.93 0.46 356.89 0.96 0.28
Hex 8A 3 A 0 62 5D 2E 165 60 1C
Octal 212 3 12 0 142 135 56 545 140 34
Binary 10001010 11 1010 0 1100010 1011101 101110 101100101 1100000 11100

Color Harmonies of #8A030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A030A

Black with #8A030A

Text Example


Text Example

White with #8A030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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