Html Css Color HEX #AB0530 Carmine

📋 copy color: '#AB0530'

red 171 ◦ green 5 ◦ blue 48

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

Shades of Carmine #AB0530

Tints of Carmine #AB0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 76.34%
G = 2.23%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB0530 (or 0xAB0530) is known color: Carmine. HEX triplet: AB, 05 and 30. RGB value is (171,5,48). Sum of RGB (Red+Green+Blue) = 171+5+48=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0530 is #54FACF. Grayscale: #3B3B3B. Windows color (decimal): -5569232 or 3147179. OLE color: 3147179.

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

Color convert

RGB 171 5 48 -
CMYK 0 0.97 0.72 0.33
HSL 344.46º 0.94% 0.35% -
HSV(B) 344.46º 0.97% 0.67% -
XYZ 17.38 8.98 3.61 -
YUV 59.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 171 5 48 0 0.97 0.72 0.33 344.46 0.94 0.35
Hex AB 5 30 0 61 48 21 158 5E 23
Octal 253 5 60 0 141 110 41 530 136 43
Binary 10101011 101 110000 0 1100001 1001000 100001 101011000 1011110 100011

Color Harmonies of #AB0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0530

Black with #AB0530

Text Example


Text Example

White with #AB0530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0530; }

 p { color: rgb(171,5,48); }

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

background-color css

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

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

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

border-color css

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

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

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