Html Css Color HEX #A4062D Carmine

📋 copy color: '#A4062D'

red 164 ◦ green 6 ◦ blue 45

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

Shades of Carmine #A4062D

Tints of Carmine #A4062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 76.28%
G = 2.79%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4062D (or 0xA4062D) is known color: Carmine. HEX triplet: A4, 06 and 2D. RGB value is (164,6,45). Sum of RGB (Red+Green+Blue) = 164+6+45=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A4062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4062D is #5BF9D2. Grayscale: #393939. Windows color (decimal): -6027731 or 2950820. OLE color: 2950820.

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

Color convert

RGB 164 6 45 -
CMYK 0 0.96 0.73 0.36
HSL 345.19º 0.93% 0.33% -
HSV(B) 345.19º 0.96% 0.64% -
XYZ 15.85 8.21 3.23 -
YUV 57.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 164 6 45 0 0.96 0.73 0.36 345.19 0.93 0.33
Hex A4 6 2D 0 60 49 24 159 5D 21
Octal 244 6 55 0 140 111 44 531 135 41
Binary 10100100 110 101101 0 1100000 1001001 100100 101011001 1011101 100001

Color Harmonies of #A4062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4062D

Black with #A4062D

Text Example


Text Example

White with #A4062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4062D; }

 p { color: rgb(164,6,45); }

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

background-color css

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

 a { background-color: rgb(164,6,45); }

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

border-color css

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

 span { border-color: rgb(164,6,45); }

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