Html Css Color HEX #AB363F Night Shadz

📋 copy color: '#AB363F'

red 171 ◦ green 54 ◦ blue 63

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

Shades of Night Shadz #AB363F

Tints of Night Shadz #AB363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.75%

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

R = 59.38%
G = 18.75%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB363F (or 0xAB363F) is known color: Night Shadz. HEX triplet: AB, 36 and 3F. RGB value is (171,54,63). Sum of RGB (Red+Green+Blue) = 171+54+63=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB363F is #54C9C0. Grayscale: #5A5A5A. Windows color (decimal): -5556673 or 4142763. OLE color: 4142763.

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

Color convert

RGB 171 54 63 -
CMYK 0 0.68 0.63 0.33
HSL 355.38º 0.52% 0.44% -
HSV(B) 355.38º 0.68% 0.67% -
XYZ 19.01 11.66 5.95 -
YUV 90.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 171 54 63 0 0.68 0.63 0.33 355.38 0.52 0.44
Hex AB 36 3F 0 44 3F 21 163 34 2C
Octal 253 66 77 0 104 77 41 543 64 54
Binary 10101011 110110 111111 0 1000100 111111 100001 101100011 110100 101100

Color Harmonies of #AB363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB363F

Black with #AB363F

Text Example


Text Example

White with #AB363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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