Html Css Color HEX #AB423A Medium Carmine

📋 copy color: '#AB423A'

red 171 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #AB423A

Tints of Medium Carmine #AB423A

RGB

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

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

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

R = 57.97%
G = 22.37%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB423A (or 0xAB423A) is known color: Medium Carmine. HEX triplet: AB, 42 and 3A. RGB value is (171,66,58). Sum of RGB (Red+Green+Blue) = 171+66+58=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB423A is #54BDC5. Grayscale: #606060. Windows color (decimal): -5553606 or 3818155. OLE color: 3818155.

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

Color convert

RGB 171 66 58 -
CMYK 0 0.61 0.66 0.33
HSL 4.25º 0.49% 0.45% -
HSV(B) 4.25º 0.66% 0.67% -
XYZ 19.51 12.86 5.46 -
YUV 96.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 171 66 58 0 0.61 0.66 0.33 4.25 0.49 0.45
Hex AB 42 3A 0 3D 42 21 4 31 2D
Octal 253 102 72 0 75 102 41 4 61 55
Binary 10101011 1000010 111010 0 111101 1000010 100001 100 110001 101101

Color Harmonies of #AB423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB423A

Black with #AB423A

Text Example


Text Example

White with #AB423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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