Html Css Color HEX #AB424B Night Shadz

📋 copy color: '#AB424B'

red 171 ◦ green 66 ◦ blue 75

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

Shades of Night Shadz #AB424B

Tints of Night Shadz #AB424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 54.81%
G = 21.15%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB424B (or 0xAB424B) is known color: Night Shadz. HEX triplet: AB, 42 and 4B. RGB value is (171,66,75). Sum of RGB (Red+Green+Blue) = 171+66+75=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB424B is #54BDB4. Grayscale: #626262. Windows color (decimal): -5553589 or 4932267. OLE color: 4932267.

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

Color convert

RGB 171 66 75 -
CMYK 0 0.61 0.56 0.33
HSL 354.86º 0.44% 0.46% -
HSV(B) 354.86º 0.61% 0.67% -
XYZ 20.01 13.06 8.12 -
YUV 98.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 171 66 75 0 0.61 0.56 0.33 354.86 0.44 0.46
Hex AB 42 4B 0 3D 38 21 163 2C 2E
Octal 253 102 113 0 75 70 41 543 54 56
Binary 10101011 1000010 1001011 0 111101 111000 100001 101100011 101100 101110

Color Harmonies of #AB424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB424B

Black with #AB424B

Text Example


Text Example

White with #AB424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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