Html Css Color HEX #AB082E Carmine

📋 copy color: '#AB082E'

red 171 ◦ green 8 ◦ blue 46

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

Shades of Carmine #AB082E

Tints of Carmine #AB082E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 76%
G = 3.56%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB082E (or 0xAB082E) is known color: Carmine. HEX triplet: AB, 08 and 2E. RGB value is (171,8,46). Sum of RGB (Red+Green+Blue) = 171+8+46=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB082E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB082E is #54F7D1. Grayscale: #3D3D3D. Windows color (decimal): -5568466 or 3016875. OLE color: 3016875.

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

Color convert

RGB 171 8 46 -
CMYK 0 0.95 0.73 0.33
HSL 346.01º 0.91% 0.35% -
HSV(B) 346.01º 0.95% 0.67% -
XYZ 17.37 9.03 3.41 -
YUV 61.07 119.5 206.41 -
System Red Green Blue C M Y K H S L
Decimal 171 8 46 0 0.95 0.73 0.33 346.01 0.91 0.35
Hex AB 8 2E 0 5F 49 21 15A 5B 23
Octal 253 10 56 0 137 111 41 532 133 43
Binary 10101011 1000 101110 0 1011111 1001001 100001 101011010 1011011 100011

Color Harmonies of #AB082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB082E

Black with #AB082E

Text Example


Text Example

White with #AB082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB082E; }

 p { color: rgb(171,8,46); }

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

background-color css

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

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

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

border-color css

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

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

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