Html Css Color HEX #AB4430 Medium Carmine

📋 copy color: '#AB4430'

red 171 ◦ green 68 ◦ blue 48

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

Shades of Medium Carmine #AB4430

Tints of Medium Carmine #AB4430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 59.58%
G = 23.69%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB4430 (or 0xAB4430) is known color: Medium Carmine. HEX triplet: AB, 44 and 30. RGB value is (171,68,48). Sum of RGB (Red+Green+Blue) = 171+68+48=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4430 is #54BBCF. Grayscale: #606060. Windows color (decimal): -5553104 or 3163307. OLE color: 3163307.

HSL color Cylindrical-coordinate representation of color #AB4430: hue angle of 9.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB4430 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 48 -
CMYK 0 0.60 0.72 0.33
HSL 9.76º 0.56% 0.43% -
HSV(B) 9.76º 0.72% 0.67% -
XYZ 19.4 13.01 4.28 -
YUV 96.52 100.62 181.13 -
System Red Green Blue C M Y K H S L
Decimal 171 68 48 0 0.60 0.72 0.33 9.76 0.56 0.43
Hex AB 44 30 0 3C 48 21 A 38 2B
Octal 253 104 60 0 74 110 41 12 70 53
Binary 10101011 1000100 110000 0 111100 1001000 100001 1010 111000 101011

Color Harmonies of #AB4430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4430

Black with #AB4430

Text Example


Text Example

White with #AB4430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4430; }

 p { color: rgb(171,68,48); }

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

background-color css

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

 a { background-color: rgb(171,68,48); }

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

border-color css

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

 span { border-color: rgb(171,68,48); }

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