Html Css Color HEX #8A071A Carmine

📋 copy color: '#8A071A'

red 138 ◦ green 7 ◦ blue 26

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

Shades of Carmine #8A071A

Tints of Carmine #8A071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.09%

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

R = 80.7%
G = 4.09%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A071A (or 0x8A071A) is known color: Carmine. HEX triplet: 8A, 07 and 1A. RGB value is (138,7,26). Sum of RGB (Red+Green+Blue) = 138+7+26=171 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.70% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 138 - color contains mainly: red. Hex color #8A071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A071A is #75F8E5. Grayscale: #303030. Windows color (decimal): -7731430 or 1705866. OLE color: 1705866.

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

Color convert

RGB 138 7 26 -
CMYK 0 0.95 0.81 0.46
HSL 351.3º 0.9% 0.28% -
HSV(B) 351.3º 0.95% 0.54% -
XYZ 10.74 5.63 1.5 -
YUV 48.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 138 7 26 0 0.95 0.81 0.46 351.3 0.9 0.28
Hex 8A 7 1A 0 5F 51 2E 15F 5A 1C
Octal 212 7 32 0 137 121 56 537 132 34
Binary 10001010 111 11010 0 1011111 1010001 101110 101011111 1011010 11100

Color Harmonies of #8A071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A071A

Black with #8A071A

Text Example


Text Example

White with #8A071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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