Html Css Color HEX #AB3D26 Medium Carmine

📋 copy color: '#AB3D26'

red 171 ◦ green 61 ◦ blue 38

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

Shades of Medium Carmine #AB3D26

Tints of Medium Carmine #AB3D26

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 63.33%
G = 22.59%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB3D26 (or 0xAB3D26) is known color: Medium Carmine. HEX triplet: AB, 3D and 26. RGB value is (171,61,38). Sum of RGB (Red+Green+Blue) = 171+61+38=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D26 is #54C2D9. Grayscale: #5B5B5B. Windows color (decimal): -5554906 or 2506155. OLE color: 2506155.

HSL color Cylindrical-coordinate representation of color #AB3D26: hue angle of 10.38º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB3D26 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 61 38 -
CMYK 0 0.64 0.78 0.33
HSL 10.38º 0.64% 0.41% -
HSV(B) 10.38º 0.78% 0.67% -
XYZ 18.81 12.14 3.18 -
YUV 91.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 171 61 38 0 0.64 0.78 0.33 10.38 0.64 0.41
Hex AB 3D 26 0 40 4E 21 A 40 29
Octal 253 75 46 0 100 116 41 12 100 51
Binary 10101011 111101 100110 0 1000000 1001110 100001 1010 1000000 101001

Color Harmonies of #AB3D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3D26

Black with #AB3D26

Text Example


Text Example

White with #AB3D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3D26; }

 p { color: rgb(171,61,38); }

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

background-color css

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

 a { background-color: rgb(171,61,38); }

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

border-color css

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

 span { border-color: rgb(171,61,38); }

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