Html Css Color HEX #A4022F Carmine

📋 copy color: '#A4022F'

red 164 ◦ green 2 ◦ blue 47

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

Shades of Carmine #A4022F

Tints of Carmine #A4022F

RGB

 RED value IS 164 (64.45% from 255) = 77%

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 77%
G = 0.94%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4022F (or 0xA4022F) is known color: Carmine. HEX triplet: A4, 02 and 2F. RGB value is (164,2,47). Sum of RGB (Red+Green+Blue) = 164+2+47=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A4022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4022F is #5BFDD0. Grayscale: #373737. Windows color (decimal): -6028753 or 3080868. OLE color: 3080868.

HSL color Cylindrical-coordinate representation of color #A4022F: hue angle of 343.33º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4022F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 47 -
CMYK 0 0.99 0.71 0.36
HSL 343.33º 0.98% 0.33% -
HSV(B) 343.33º 0.99% 0.64% -
XYZ 15.84 8.14 3.43 -
YUV 55.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 164 2 47 0 0.99 0.71 0.36 343.33 0.98 0.33
Hex A4 2 2F 0 63 47 24 157 62 21
Octal 244 2 57 0 143 107 44 527 142 41
Binary 10100100 10 101111 0 1100011 1000111 100100 101010111 1100010 100001

Color Harmonies of #A4022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4022F

Black with #A4022F

Text Example


Text Example

White with #A4022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4022F; }

 p { color: rgb(164,2,47); }

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

background-color css

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

 a { background-color: rgb(164,2,47); }

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

border-color css

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

 span { border-color: rgb(164,2,47); }

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