Html Css Color HEX #AB423E Medium Carmine

📋 copy color: '#AB423E'

red 171 ◦ green 66 ◦ blue 62

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

Shades of Medium Carmine #AB423E

Tints of Medium Carmine #AB423E

RGB

 RED value IS 171 (67.19% from 255) = 57.19%

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 62 (24.61% from 255) = 20.74%

R = 57.19%
G = 22.07%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB423E (or 0xAB423E) is known color: Medium Carmine. HEX triplet: AB, 42 and 3E. RGB value is (171,66,62). Sum of RGB (Red+Green+Blue) = 171+66+62=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB423E is #54BDC1. Grayscale: #616161. Windows color (decimal): -5553602 or 4080299. OLE color: 4080299.

HSL color Cylindrical-coordinate representation of color #AB423E: hue angle of 2.2º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB423E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 62 -
CMYK 0 0.61 0.64 0.33
HSL 2.2º 0.47% 0.46% -
HSV(B) 2.2º 0.64% 0.67% -
XYZ 19.61 12.9 6.01 -
YUV 96.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 171 66 62 0 0.61 0.64 0.33 2.2 0.47 0.46
Hex AB 42 3E 0 3D 40 21 2 2F 2E
Octal 253 102 76 0 75 100 41 2 57 56
Binary 10101011 1000010 111110 0 111101 1000000 100001 10 101111 101110

Color Harmonies of #AB423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB423E

Black with #AB423E

Text Example


Text Example

White with #AB423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB423E; }

 p { color: rgb(171,66,62); }

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

background-color css

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

 a { background-color: rgb(171,66,62); }

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

border-color css

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

 span { border-color: rgb(171,66,62); }

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