Html Css Color HEX #AB092D Carmine

📋 copy color: '#AB092D'

red 171 ◦ green 9 ◦ blue 45

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

Shades of Carmine #AB092D

Tints of Carmine #AB092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 45 (17.97% from 255) = 20%

R = 76%
G = 4%
B = 20%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB092D (or 0xAB092D) is known color: Carmine. HEX triplet: AB, 09 and 2D. RGB value is (171,9,45). Sum of RGB (Red+Green+Blue) = 171+9+45=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB092D is #54F6D2. Grayscale: #3D3D3D. Windows color (decimal): -5568211 or 2951595. OLE color: 2951595.

HSL color Cylindrical-coordinate representation of color #AB092D: hue angle of 346.67º degrees, saturation: 0.9, 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 #AB092D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 9 45 -
CMYK 0 0.95 0.74 0.33
HSL 346.67º 0.9% 0.35% -
HSV(B) 346.67º 0.95% 0.67% -
XYZ 17.37 9.04 3.31 -
YUV 61.54 118.67 206.07 -
System Red Green Blue C M Y K H S L
Decimal 171 9 45 0 0.95 0.74 0.33 346.67 0.9 0.35
Hex AB 9 2D 0 5F 4A 21 15B 5A 23
Octal 253 11 55 0 137 112 41 533 132 43
Binary 10101011 1001 101101 0 1011111 1001010 100001 101011011 1011010 100011

Color Harmonies of #AB092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB092D

Black with #AB092D

Text Example


Text Example

White with #AB092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB092D; }

 p { color: rgb(171,9,45); }

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

background-color css

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

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

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

border-color css

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

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

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