Html Css Color HEX #AB0326 Carmine

📋 copy color: '#AB0326'

red 171 ◦ green 3 ◦ blue 38

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

Shades of Carmine #AB0326

Tints of Carmine #AB0326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

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

R = 80.66%
G = 1.42%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0326 (or 0xAB0326) is known color: Carmine. HEX triplet: AB, 03 and 26. RGB value is (171,3,38). Sum of RGB (Red+Green+Blue) = 171+3+38=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0326 is #54FCD9. Grayscale: #393939. Windows color (decimal): -5569754 or 2491307. OLE color: 2491307.

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

Color convert

RGB 171 3 38 -
CMYK 0 0.98 0.78 0.33
HSL 347.5º 0.97% 0.34% -
HSV(B) 347.5º 0.98% 0.67% -
XYZ 17.18 8.86 2.64 -
YUV 57.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 171 3 38 0 0.98 0.78 0.33 347.5 0.97 0.34
Hex AB 3 26 0 62 4E 21 15C 61 22
Octal 253 3 46 0 142 116 41 534 141 42
Binary 10101011 11 100110 0 1100010 1001110 100001 101011100 1100001 100010

Color Harmonies of #AB0326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0326

Black with #AB0326

Text Example


Text Example

White with #AB0326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0326; }

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

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

background-color css

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

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

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

border-color css

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

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

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