Html Css Color HEX #A4033A Carmine

📋 copy color: '#A4033A'

red 164 ◦ green 3 ◦ blue 58

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

Shades of Carmine #A4033A

Tints of Carmine #A4033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 72.89%
G = 1.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4033A (or 0xA4033A) is known color: Carmine. HEX triplet: A4, 03 and 3A. RGB value is (164,3,58). Sum of RGB (Red+Green+Blue) = 164+3+58=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A4033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4033A is #5BFCC5. Grayscale: #393939. Windows color (decimal): -6028486 or 3802020. OLE color: 3802020.

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

Color convert

RGB 164 3 58 -
CMYK 0 0.98 0.65 0.36
HSL 339.5º 0.96% 0.33% -
HSV(B) 339.5º 0.98% 0.64% -
XYZ 16.11 8.26 4.75 -
YUV 57.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 164 3 58 0 0.98 0.65 0.36 339.5 0.96 0.33
Hex A4 3 3A 0 62 41 24 154 60 21
Octal 244 3 72 0 142 101 44 524 140 41
Binary 10100100 11 111010 0 1100010 1000001 100100 101010100 1100000 100001

Color Harmonies of #A4033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4033A

Black with #A4033A

Text Example


Text Example

White with #A4033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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