Html Css Color HEX #AB422C Medium Carmine

📋 copy color: '#AB422C'

red 171 ◦ green 66 ◦ blue 44

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

Shades of Medium Carmine #AB422C

Tints of Medium Carmine #AB422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 60.85%
G = 23.49%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB422C (or 0xAB422C) is known color: Medium Carmine. HEX triplet: AB, 42 and 2C. RGB value is (171,66,44). Sum of RGB (Red+Green+Blue) = 171+66+44=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB422C is #54BDD3. Grayscale: #5F5F5F. Windows color (decimal): -5553620 or 2900651. OLE color: 2900651.

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

Color convert

RGB 171 66 44 -
CMYK 0 0.61 0.74 0.33
HSL 10.39º 0.59% 0.42% -
HSV(B) 10.39º 0.74% 0.67% -
XYZ 19.2 12.74 3.83 -
YUV 94.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 171 66 44 0 0.61 0.74 0.33 10.39 0.59 0.42
Hex AB 42 2C 0 3D 4A 21 A 3B 2A
Octal 253 102 54 0 75 112 41 12 73 52
Binary 10101011 1000010 101100 0 111101 1001010 100001 1010 111011 101010

Color Harmonies of #AB422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB422C

Black with #AB422C

Text Example


Text Example

White with #AB422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB422C; }

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

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

background-color css

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

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

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

border-color css

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

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

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