Html Css Color HEX #AB4B2C Rose Of Sharon

📋 copy color: '#AB4B2C'

red 171 ◦ green 75 ◦ blue 44

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

Shades of Rose Of Sharon #AB4B2C

Tints of Rose Of Sharon #AB4B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.86%

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 58.97%
G = 25.86%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB4B2C (or 0xAB4B2C) is known color: Rose Of Sharon. HEX triplet: AB, 4B and 2C. RGB value is (171,75,44). Sum of RGB (Red+Green+Blue) = 171+75+44=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4B2C is #54B4D3. Grayscale: #646464. Windows color (decimal): -5551316 or 2902955. OLE color: 2902955.

HSL color Cylindrical-coordinate representation of color #AB4B2C: hue angle of 14.65º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB4B2C is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 75 44 -
CMYK 0 0.56 0.74 0.33
HSL 14.65º 0.59% 0.42% -
HSV(B) 14.65º 0.74% 0.67% -
XYZ 19.77 13.87 4.02 -
YUV 100.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 171 75 44 0 0.56 0.74 0.33 14.65 0.59 0.42
Hex AB 4B 2C 0 38 4A 21 F 3B 2A
Octal 253 113 54 0 70 112 41 17 73 52
Binary 10101011 1001011 101100 0 111000 1001010 100001 1111 111011 101010

Color Harmonies of #AB4B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4B2C

Black with #AB4B2C

Text Example


Text Example

White with #AB4B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4B2C; }

 p { color: rgb(171,75,44); }

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

background-color css

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

 a { background-color: rgb(171,75,44); }

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

border-color css

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

 span { border-color: rgb(171,75,44); }

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