Html Css Color HEX #AB183B Cardinal

📋 copy color: '#AB183B'

red 171 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #AB183B

Tints of Cardinal #AB183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 59 (23.44% from 255) = 23.23%

R = 67.32%
G = 9.45%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB183B (or 0xAB183B) is known color: Cardinal. HEX triplet: AB, 18 and 3B. RGB value is (171,24,59). Sum of RGB (Red+Green+Blue) = 171+24+59=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB183B is #54E7C4. Grayscale: #474747. Windows color (decimal): -5564357 or 3872939. OLE color: 3872939.

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

Color convert

RGB 171 24 59 -
CMYK 0 0.86 0.65 0.33
HSL 345.71º 0.75% 0.38% -
HSV(B) 345.71º 0.86% 0.67% -
XYZ 17.91 9.63 5.05 -
YUV 71.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 171 24 59 0 0.86 0.65 0.33 345.71 0.75 0.38
Hex AB 18 3B 0 56 41 21 15A 4B 26
Octal 253 30 73 0 126 101 41 532 113 46
Binary 10101011 11000 111011 0 1010110 1000001 100001 101011010 1001011 100110

Color Harmonies of #AB183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB183B

Black with #AB183B

Text Example


Text Example

White with #AB183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB183B; }

 p { color: rgb(171,24,59); }

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

background-color css

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

 a { background-color: rgb(171,24,59); }

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

border-color css

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

 span { border-color: rgb(171,24,59); }

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