Html Css Color HEX #AB2443 Old Rose

📋 copy color: '#AB2443'

red 171 ◦ green 36 ◦ blue 67

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

Shades of Old Rose #AB2443

Tints of Old Rose #AB2443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 67 (26.56% from 255) = 24.45%

R = 62.41%
G = 13.14%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB2443 (or 0xAB2443) is known color: Old Rose. HEX triplet: AB, 24 and 43. RGB value is (171,36,67). Sum of RGB (Red+Green+Blue) = 171+36+67=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2443 is #54DBBC. Grayscale: #4F4F4F. Windows color (decimal): -5561277 or 4400299. OLE color: 4400299.

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

Color convert

RGB 171 36 67 -
CMYK 0 0.79 0.61 0.33
HSL 346.22º 0.65% 0.41% -
HSV(B) 346.22º 0.79% 0.67% -
XYZ 18.44 10.32 6.33 -
YUV 79.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 171 36 67 0 0.79 0.61 0.33 346.22 0.65 0.41
Hex AB 24 43 0 4F 3D 21 15A 41 29
Octal 253 44 103 0 117 75 41 532 101 51
Binary 10101011 100100 1000011 0 1001111 111101 100001 101011010 1000001 101001

Color Harmonies of #AB2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2443

Black with #AB2443

Text Example


Text Example

White with #AB2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2443; }

 p { color: rgb(171,36,67); }

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

background-color css

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

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

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

border-color css

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

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

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