Html Css Color HEX #A4023A Carmine

📋 copy color: '#A4023A'

red 164 ◦ green 2 ◦ blue 58

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

Shades of Carmine #A4023A

Tints of Carmine #A4023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 73.21%
G = 0.89%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4023A (or 0xA4023A) is known color: Carmine. HEX triplet: A4, 02 and 3A. RGB value is (164,2,58). Sum of RGB (Red+Green+Blue) = 164+2+58=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4023A is #5BFDC5. Grayscale: #383838. Windows color (decimal): -6028742 or 3801764. OLE color: 3801764.

HSL color Cylindrical-coordinate representation of color #A4023A: hue angle of 339.26º 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 #A4023A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 58 -
CMYK 0 0.99 0.65 0.36
HSL 339.26º 0.98% 0.33% -
HSV(B) 339.26º 0.99% 0.64% -
XYZ 16.1 8.24 4.75 -
YUV 56.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 164 2 58 0 0.99 0.65 0.36 339.26 0.98 0.33
Hex A4 2 3A 0 63 41 24 153 62 21
Octal 244 2 72 0 143 101 44 523 142 41
Binary 10100100 10 111010 0 1100011 1000001 100100 101010011 1100010 100001

Color Harmonies of #A4023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4023A

Black with #A4023A

Text Example


Text Example

White with #A4023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4023A; }

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

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

background-color css

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

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

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

border-color css

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

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

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