Html Css Color HEX #AB5330 Red Stage

📋 copy color: '#AB5330'

red 171 ◦ green 83 ◦ blue 48

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

Shades of Red Stage #AB5330

Tints of Red Stage #AB5330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

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

R = 56.62%
G = 27.48%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB5330 (or 0xAB5330) is known color: Red Stage. HEX triplet: AB, 53 and 30. RGB value is (171,83,48). Sum of RGB (Red+Green+Blue) = 171+83+48=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5330 is #54ACCF. Grayscale: #696969. Windows color (decimal): -5549264 or 3167147. OLE color: 3167147.

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

Color convert

RGB 171 83 48 -
CMYK 0 0.51 0.72 0.33
HSL 17.07º 0.56% 0.43% -
HSV(B) 17.07º 0.72% 0.67% -
XYZ 20.42 15.06 4.63 -
YUV 105.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 171 83 48 0 0.51 0.72 0.33 17.07 0.56 0.43
Hex AB 53 30 0 33 48 21 11 38 2B
Octal 253 123 60 0 63 110 41 21 70 53
Binary 10101011 1010011 110000 0 110011 1001000 100001 10001 111000 101011

Color Harmonies of #AB5330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5330

Black with #AB5330

Text Example


Text Example

White with #AB5330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5330; }

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

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

background-color css

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

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

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

border-color css

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

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

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