Html Css Color HEX #A40423 Carmine

📋 copy color: '#A40423'

red 164 ◦ green 4 ◦ blue 35

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

Shades of Carmine #A40423

Tints of Carmine #A40423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 80.79%
G = 1.97%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A40423 (or 0xA40423) is known color: Carmine. HEX triplet: A4, 04 and 23. RGB value is (164,4,35). Sum of RGB (Red+Green+Blue) = 164+4+35=203 (26% of max value = 765). Red value is 164 (64.45% from 255 or 80.79% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 164 - color contains mainly: red. Hex color #A40423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40423 is #5BFBDC. Grayscale: #373737. Windows color (decimal): -6028253 or 2294948. OLE color: 2294948.

HSL color Cylindrical-coordinate representation of color #A40423: hue angle of 348.38º degrees, saturation: 0.95, 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 #A40423 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 4 35 -
CMYK 0 0.98 0.79 0.36
HSL 348.38º 0.95% 0.33% -
HSV(B) 348.38º 0.98% 0.64% -
XYZ 15.66 8.1 2.33 -
YUV 55.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 164 4 35 0 0.98 0.79 0.36 348.38 0.95 0.33
Hex A4 4 23 0 62 4F 24 15C 5F 21
Octal 244 4 43 0 142 117 44 534 137 41
Binary 10100100 100 100011 0 1100010 1001111 100100 101011100 1011111 100001

Color Harmonies of #A40423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40423

Black with #A40423

Text Example


Text Example

White with #A40423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40423; }

 p { color: rgb(164,4,35); }

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

background-color css

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

 a { background-color: rgb(164,4,35); }

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

border-color css

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

 span { border-color: rgb(164,4,35); }

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