Html Css Color HEX #AB382D Medium Carmine

📋 copy color: '#AB382D'

red 171 ◦ green 56 ◦ blue 45

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

Shades of Medium Carmine #AB382D

Tints of Medium Carmine #AB382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 62.87%
G = 20.59%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB382D (or 0xAB382D) is known color: Medium Carmine. HEX triplet: AB, 38 and 2D. RGB value is (171,56,45). Sum of RGB (Red+Green+Blue) = 171+56+45=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB382D is #54C7D2. Grayscale: #595959. Windows color (decimal): -5556179 or 2963627. OLE color: 2963627.

HSL color Cylindrical-coordinate representation of color #AB382D: hue angle of 5.24º degrees, saturation: 0.58, 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 #AB382D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 45 -
CMYK 0 0.67 0.74 0.33
HSL 5.24º 0.58% 0.42% -
HSV(B) 5.24º 0.74% 0.67% -
XYZ 18.68 11.68 3.75 -
YUV 89.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 171 56 45 0 0.67 0.74 0.33 5.24 0.58 0.42
Hex AB 38 2D 0 43 4A 21 5 3A 2A
Octal 253 70 55 0 103 112 41 5 72 52
Binary 10101011 111000 101101 0 1000011 1001010 100001 101 111010 101010

Color Harmonies of #AB382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB382D

Black with #AB382D

Text Example


Text Example

White with #AB382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB382D; }

 p { color: rgb(171,56,45); }

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

background-color css

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

 a { background-color: rgb(171,56,45); }

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

border-color css

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

 span { border-color: rgb(171,56,45); }

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