Html Css Color HEX #AB422B Medium Carmine

📋 copy color: '#AB422B'

red 171 ◦ green 66 ◦ blue 43

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

Shades of Medium Carmine #AB422B

Tints of Medium Carmine #AB422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 61.07%
G = 23.57%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB422B (or 0xAB422B) is known color: Medium Carmine. HEX triplet: AB, 42 and 2B. RGB value is (171,66,43). Sum of RGB (Red+Green+Blue) = 171+66+43=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB422B is #54BDD4. Grayscale: #5E5E5E. Windows color (decimal): -5553621 or 2835115. OLE color: 2835115.

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

Color convert

RGB 171 66 43 -
CMYK 0 0.61 0.75 0.33
HSL 10.78º 0.6% 0.42% -
HSV(B) 10.78º 0.75% 0.67% -
XYZ 19.18 12.73 3.73 -
YUV 94.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 171 66 43 0 0.61 0.75 0.33 10.78 0.6 0.42
Hex AB 42 2B 0 3D 4B 21 B 3C 2A
Octal 253 102 53 0 75 113 41 13 74 52
Binary 10101011 1000010 101011 0 111101 1001011 100001 1011 111100 101010

Color Harmonies of #AB422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB422B

Black with #AB422B

Text Example


Text Example

White with #AB422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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