Html Css Color HEX #AB353F Night Shadz

📋 copy color: '#AB353F'

red 171 ◦ green 53 ◦ blue 63

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

Shades of Night Shadz #AB353F

Tints of Night Shadz #AB353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

 BLUE value IS 63 (25% from 255) = 21.95%

R = 59.58%
G = 18.47%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB353F (or 0xAB353F) is known color: Night Shadz. HEX triplet: AB, 35 and 3F. RGB value is (171,53,63). Sum of RGB (Red+Green+Blue) = 171+53+63=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB353F is #54CAC0. Grayscale: #595959. Windows color (decimal): -5556929 or 4142507. OLE color: 4142507.

HSL color Cylindrical-coordinate representation of color #AB353F: hue angle of 354.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB353F is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 63 -
CMYK 0 0.69 0.63 0.33
HSL 354.92º 0.53% 0.44% -
HSV(B) 354.92º 0.69% 0.67% -
XYZ 18.96 11.56 5.93 -
YUV 89.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 171 53 63 0 0.69 0.63 0.33 354.92 0.53 0.44
Hex AB 35 3F 0 45 3F 21 163 35 2C
Octal 253 65 77 0 105 77 41 543 65 54
Binary 10101011 110101 111111 0 1000101 111111 100001 101100011 110101 101100

Color Harmonies of #AB353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB353F

Black with #AB353F

Text Example


Text Example

White with #AB353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB353F; }

 p { color: rgb(171,53,63); }

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

background-color css

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

 a { background-color: rgb(171,53,63); }

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

border-color css

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

 span { border-color: rgb(171,53,63); }

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