Html Css Color HEX #AB423D Medium Carmine

📋 copy color: '#AB423D'

red 171 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #AB423D

Tints of Medium Carmine #AB423D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 57.38%
G = 22.15%
B = 20.47%

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

#AB423D (or 0xAB423D) is known color: Medium Carmine. HEX triplet: AB, 42 and 3D. RGB value is (171,66,61). Sum of RGB (Red+Green+Blue) = 171+66+61=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB423D is #54BDC2. Grayscale: #606060. Windows color (decimal): -5553603 or 4014763. OLE color: 4014763.

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

Color convert

RGB 171 66 61 -
CMYK 0 0.61 0.64 0.33
HSL 2.73º 0.47% 0.45% -
HSV(B) 2.73º 0.64% 0.67% -
XYZ 19.59 12.89 5.87 -
YUV 96.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 171 66 61 0 0.61 0.64 0.33 2.73 0.47 0.45
Hex AB 42 3D 0 3D 40 21 3 2F 2D
Octal 253 102 75 0 75 100 41 3 57 55
Binary 10101011 1000010 111101 0 111101 1000000 100001 11 101111 101101

Color Harmonies of #AB423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB423D

Black with #AB423D

Text Example


Text Example

White with #AB423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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