Html Css Color HEX #A7001D Carmine

📋 copy color: '#A7001D'

red 167 ◦ green 0 ◦ blue 29

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

Shades of Carmine #A7001D

Tints of Carmine #A7001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 29 (11.72% from 255) = 14.8%

R = 85.2%
G = 0%
B = 14.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7001D (or 0xA7001D) is known color: Carmine. HEX triplet: A7, 00 and 1D. RGB value is (167,0,29). Sum of RGB (Red+Green+Blue) = 167+0+29=196 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.20% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 167 - color contains mainly: red. Hex color #A7001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7001D is #58FFE2. Grayscale: #353535. Windows color (decimal): -5832675 or 1900711. OLE color: 1900711.

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

Color convert

RGB 167 0 29 -
CMYK 0 1 0.83 0.35
HSL 349.58º 1% 0.33% -
HSV(B) 349.58º 1% 0.65% -
XYZ 16.16 8.3 1.91 -
YUV 53.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 167 0 29 0 1 0.83 0.35 349.58 1 0.33
Hex A7 0 1D 0 64 53 23 15E 64 21
Octal 247 0 35 0 144 123 43 536 144 41
Binary 10100111 0 11101 0 1100100 1010011 100011 101011110 1100100 100001

Color Harmonies of #A7001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7001D

Black with #A7001D

Text Example


Text Example

White with #A7001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7001D; }

 p { color: rgb(167,0,29); }

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

background-color css

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

 a { background-color: rgb(167,0,29); }

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

border-color css

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

 span { border-color: rgb(167,0,29); }

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