Html Css Color HEX #8A031A Carmine

📋 copy color: '#8A031A'

red 138 ◦ green 3 ◦ blue 26

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

Shades of Carmine #8A031A

Tints of Carmine #8A031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.57%

R = 82.63%
G = 1.8%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A031A (or 0x8A031A) is known color: Carmine. HEX triplet: 8A, 03 and 1A. RGB value is (138,3,26). Sum of RGB (Red+Green+Blue) = 138+3+26=167 (22% of max value = 765). Red value is 138 (54.30% from 255 or 82.63% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 138 - color contains mainly: red. Hex color #8A031A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A031A is #75FCE5. Grayscale: #2E2E2E. Windows color (decimal): -7732454 or 1704842. OLE color: 1704842.

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

Color convert

RGB 138 3 26 -
CMYK 0 0.98 0.81 0.46
HSL 349.78º 0.96% 0.28% -
HSV(B) 349.78º 0.98% 0.54% -
XYZ 10.7 5.54 1.48 -
YUV 45.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 138 3 26 0 0.98 0.81 0.46 349.78 0.96 0.28
Hex 8A 3 1A 0 62 51 2E 15E 60 1C
Octal 212 3 32 0 142 121 56 536 140 34
Binary 10001010 11 11010 0 1100010 1010001 101110 101011110 1100000 11100

Color Harmonies of #8A031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A031A

Black with #8A031A

Text Example


Text Example

White with #8A031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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