Html Css Color HEX #A7102A Carmine

📋 copy color: '#A7102A'

red 167 ◦ green 16 ◦ blue 42

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

Shades of Carmine #A7102A

Tints of Carmine #A7102A

RGB

 RED value IS 167 (65.63% from 255) = 74.22%

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 74.22%
G = 7.11%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7102A (or 0xA7102A) is known color: Carmine. HEX triplet: A7, 10 and 2A. RGB value is (167,16,42). Sum of RGB (Red+Green+Blue) = 167+16+42=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A7102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7102A is #58EFD5. Grayscale: #404040. Windows color (decimal): -5828566 or 2756775. OLE color: 2756775.

HSL color Cylindrical-coordinate representation of color #A7102A: hue angle of 349.67º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7102A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 42 -
CMYK 0 0.90 0.75 0.35
HSL 349.67º 0.83% 0.36% -
HSV(B) 349.67º 0.9% 0.65% -
XYZ 16.54 8.75 3.01 -
YUV 64.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 167 16 42 0 0.90 0.75 0.35 349.67 0.83 0.36
Hex A7 10 2A 0 5A 4B 23 15E 53 24
Octal 247 20 52 0 132 113 43 536 123 44
Binary 10100111 10000 101010 0 1011010 1001011 100011 101011110 1010011 100100

Color Harmonies of #A7102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7102A

Black with #A7102A

Text Example


Text Example

White with #A7102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7102A; }

 p { color: rgb(167,16,42); }

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

background-color css

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

 a { background-color: rgb(167,16,42); }

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

border-color css

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

 span { border-color: rgb(167,16,42); }

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