Html Css Color HEX #AB452B Rose Of Sharon

📋 copy color: '#AB452B'

red 171 ◦ green 69 ◦ blue 43

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

Shades of Rose Of Sharon #AB452B

Tints of Rose Of Sharon #AB452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.38%

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 60.42%
G = 24.38%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB452B (or 0xAB452B) is known color: Rose Of Sharon. HEX triplet: AB, 45 and 2B. RGB value is (171,69,43). Sum of RGB (Red+Green+Blue) = 171+69+43=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB452B is #54BAD4. Grayscale: #606060. Windows color (decimal): -5552853 or 2835883. OLE color: 2835883.

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

Color convert

RGB 171 69 43 -
CMYK 0 0.60 0.75 0.33
HSL 12.19º 0.6% 0.42% -
HSV(B) 12.19º 0.75% 0.67% -
XYZ 19.36 13.09 3.79 -
YUV 96.53 97.79 181.11 -
System Red Green Blue C M Y K H S L
Decimal 171 69 43 0 0.60 0.75 0.33 12.19 0.6 0.42
Hex AB 45 2B 0 3C 4B 21 C 3C 2A
Octal 253 105 53 0 74 113 41 14 74 52
Binary 10101011 1000101 101011 0 111100 1001011 100001 1100 111100 101010

Color Harmonies of #AB452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB452B

Black with #AB452B

Text Example


Text Example

White with #AB452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB452B; }

 p { color: rgb(171,69,43); }

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

background-color css

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

 a { background-color: rgb(171,69,43); }

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

border-color css

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

 span { border-color: rgb(171,69,43); }

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