Html Css Color HEX #AB3D3D Medium Carmine

📋 copy color: '#AB3D3D'

red 171 ◦ green 61 ◦ blue 61

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

Shades of Medium Carmine #AB3D3D

Tints of Medium Carmine #AB3D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.82%

R = 58.36%
G = 20.82%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB3D3D (or 0xAB3D3D) is known color: Medium Carmine. HEX triplet: AB, 3D and 3D. RGB value is (171,61,61). Sum of RGB (Red+Green+Blue) = 171+61+61=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D3D is #54C2C2. Grayscale: #5D5D5D. Windows color (decimal): -5554883 or 4013483. OLE color: 4013483.

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

Color convert

RGB 171 61 61 -
CMYK 0 0.64 0.64 0.33
HSL 0.47% 0.45% -
HSV(B) 0.64% 0.67% -
XYZ 19.31 12.33 5.78 -
YUV 93.89 109.44 183 -
System Red Green Blue C M Y K H S L
Decimal 171 61 61 0 0.64 0.64 0.33 0 0.47 0.45
Hex AB 3D 3D 0 40 40 21 0 2F 2D
Octal 253 75 75 0 100 100 41 0 57 55
Binary 10101011 111101 111101 0 1000000 1000000 100001 0 101111 101101

Color Harmonies of #AB3D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3D3D

Black with #AB3D3D

Text Example


Text Example

White with #AB3D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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