Html Css Color HEX #A7102F Carmine

📋 copy color: '#A7102F'

red 167 ◦ green 16 ◦ blue 47

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

Shades of Carmine #A7102F

Tints of Carmine #A7102F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 72.61%
G = 6.96%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7102F (or 0xA7102F) is known color: Carmine. HEX triplet: A7, 10 and 2F. RGB value is (167,16,47). Sum of RGB (Red+Green+Blue) = 167+16+47=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A7102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7102F is #58EFD0. Grayscale: #404040. Windows color (decimal): -5828561 or 3084455. OLE color: 3084455.

HSL color Cylindrical-coordinate representation of color #A7102F: hue angle of 347.68º 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 #A7102F is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 16 47 -
CMYK 0 0.90 0.72 0.35
HSL 347.68º 0.83% 0.36% -
HSV(B) 347.68º 0.9% 0.65% -
XYZ 16.63 8.79 3.51 -
YUV 64.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 167 16 47 0 0.90 0.72 0.35 347.68 0.83 0.36
Hex A7 10 2F 0 5A 48 23 15C 53 24
Octal 247 20 57 0 132 110 43 534 123 44
Binary 10100111 10000 101111 0 1011010 1001000 100011 101011100 1010011 100100

Color Harmonies of #A7102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7102F

Black with #A7102F

Text Example


Text Example

White with #A7102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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