Html Css Color HEX #A70022 Carmine

📋 copy color: '#A70022'

red 167 ◦ green 0 ◦ blue 34

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

Shades of Carmine #A70022

Tints of Carmine #A70022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.92%

R = 83.08%
G = 0%
B = 16.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A70022 (or 0xA70022) is known color: Carmine. HEX triplet: A7, 00 and 22. RGB value is (167,0,34). Sum of RGB (Red+Green+Blue) = 167+0+34=201 (26% of max value = 765). Red value is 167 (65.62% from 255 or 83.08% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 167 - color contains mainly: red. Hex color #A70022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70022 is #58FFDD. Grayscale: #353535. Windows color (decimal): -5832670 or 2228391. OLE color: 2228391.

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

Color convert

RGB 167 0 34 -
CMYK 0 1 0.80 0.35
HSL 347.78º 1% 0.33% -
HSV(B) 347.78º 1% 0.65% -
XYZ 16.23 8.33 2.27 -
YUV 53.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 167 0 34 0 1 0.80 0.35 347.78 1 0.33
Hex A7 0 22 0 64 50 23 15C 64 21
Octal 247 0 42 0 144 120 43 534 144 41
Binary 10100111 0 100010 0 1100100 1010000 100011 101011100 1100100 100001

Color Harmonies of #A70022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70022

Black with #A70022

Text Example


Text Example

White with #A70022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70022; }

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

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

background-color css

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

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

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

border-color css

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

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

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