Html Css Color HEX #AB382B Medium Carmine

📋 copy color: '#AB382B'

red 171 ◦ green 56 ◦ blue 43

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

Shades of Medium Carmine #AB382B

Tints of Medium Carmine #AB382B

RGB

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

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

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

R = 63.33%
G = 20.74%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB382B (or 0xAB382B) is known color: Medium Carmine. HEX triplet: AB, 38 and 2B. RGB value is (171,56,43). Sum of RGB (Red+Green+Blue) = 171+56+43=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB382B is #54C7D4. Grayscale: #595959. Windows color (decimal): -5556181 or 2832555. OLE color: 2832555.

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

Color convert

RGB 171 56 43 -
CMYK 0 0.67 0.75 0.33
HSL 6.09º 0.6% 0.42% -
HSV(B) 6.09º 0.75% 0.67% -
XYZ 18.64 11.66 3.55 -
YUV 88.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 171 56 43 0 0.67 0.75 0.33 6.09 0.6 0.42
Hex AB 38 2B 0 43 4B 21 6 3C 2A
Octal 253 70 53 0 103 113 41 6 74 52
Binary 10101011 111000 101011 0 1000011 1001011 100001 110 111100 101010

Color Harmonies of #AB382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB382B

Black with #AB382B

Text Example


Text Example

White with #AB382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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