Html Css Color HEX #A40235 Carmine

📋 copy color: '#A40235'

red 164 ◦ green 2 ◦ blue 53

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

Shades of Carmine #A40235

Tints of Carmine #A40235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.2%

R = 74.89%
G = 0.91%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A40235 (or 0xA40235) is known color: Carmine. HEX triplet: A4, 02 and 35. RGB value is (164,2,53). Sum of RGB (Red+Green+Blue) = 164+2+53=219 (29% of max value = 765). Red value is 164 (64.45% from 255 or 74.89% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 164 - color contains mainly: red. Hex color #A40235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40235 is #5BFDCA. Grayscale: #383838. Windows color (decimal): -6028747 or 3474084. OLE color: 3474084.

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

Color convert

RGB 164 2 53 -
CMYK 0 0.99 0.68 0.36
HSL 341.11º 0.98% 0.33% -
HSV(B) 341.11º 0.99% 0.64% -
XYZ 15.97 8.19 4.11 -
YUV 56.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 164 2 53 0 0.99 0.68 0.36 341.11 0.98 0.33
Hex A4 2 35 0 63 44 24 155 62 21
Octal 244 2 65 0 143 104 44 525 142 41
Binary 10100100 10 110101 0 1100011 1000100 100100 101010101 1100010 100001

Color Harmonies of #A40235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40235

Black with #A40235

Text Example


Text Example

White with #A40235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40235; }

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

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

background-color css

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

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

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

border-color css

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

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

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