Html Css Color HEX #AB4330 Medium Carmine

📋 copy color: '#AB4330'

red 171 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #AB4330

Tints of Medium Carmine #AB4330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

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

R = 59.79%
G = 23.43%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB4330 (or 0xAB4330) is known color: Medium Carmine. HEX triplet: AB, 43 and 30. RGB value is (171,67,48). Sum of RGB (Red+Green+Blue) = 171+67+48=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4330 is #54BCCF. Grayscale: #606060. Windows color (decimal): -5553360 or 3163051. OLE color: 3163051.

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

Color convert

RGB 171 67 48 -
CMYK 0 0.61 0.72 0.33
HSL 9.27º 0.56% 0.43% -
HSV(B) 9.27º 0.72% 0.67% -
XYZ 19.34 12.89 4.26 -
YUV 95.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 171 67 48 0 0.61 0.72 0.33 9.27 0.56 0.43
Hex AB 43 30 0 3D 48 21 9 38 2B
Octal 253 103 60 0 75 110 41 11 70 53
Binary 10101011 1000011 110000 0 111101 1001000 100001 1001 111000 101011

Color Harmonies of #AB4330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4330

Black with #AB4330

Text Example


Text Example

White with #AB4330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4330; }

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

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

background-color css

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

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

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

border-color css

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

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

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