Html Css Color HEX #AB2348 Old Rose

📋 copy color: '#AB2348'

red 171 ◦ green 35 ◦ blue 72

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

Shades of Old Rose #AB2348

Tints of Old Rose #AB2348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 61.51%
G = 12.59%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB2348 (or 0xAB2348) is known color: Old Rose. HEX triplet: AB, 23 and 48. RGB value is (171,35,72). Sum of RGB (Red+Green+Blue) = 171+35+72=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2348 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2348 is #54DCB7. Grayscale: #4F4F4F. Windows color (decimal): -5561528 or 4727723. OLE color: 4727723.

HSL color Cylindrical-coordinate representation of color #AB2348: hue angle of 343.68º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2348 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 72 -
CMYK 0 0.80 0.58 0.33
HSL 343.68º 0.66% 0.4% -
HSV(B) 343.68º 0.8% 0.67% -
XYZ 18.57 10.33 7.15 -
YUV 79.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 171 35 72 0 0.80 0.58 0.33 343.68 0.66 0.4
Hex AB 23 48 0 50 3A 21 158 42 28
Octal 253 43 110 0 120 72 41 530 102 50
Binary 10101011 100011 1001000 0 1010000 111010 100001 101011000 1000010 101000

Color Harmonies of #AB2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2348

Black with #AB2348

Text Example


Text Example

White with #AB2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2348; }

 p { color: rgb(171,35,72); }

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

background-color css

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

 a { background-color: rgb(171,35,72); }

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

border-color css

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

 span { border-color: rgb(171,35,72); }

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