Html Css Color HEX #AB183E Cardinal

📋 copy color: '#AB183E'

red 171 ◦ green 24 ◦ blue 62

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

Shades of Cardinal #AB183E

Tints of Cardinal #AB183E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.12%

R = 66.54%
G = 9.34%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB183E (or 0xAB183E) is known color: Cardinal. HEX triplet: AB, 18 and 3E. RGB value is (171,24,62). Sum of RGB (Red+Green+Blue) = 171+24+62=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB183E is #54E7C1. Grayscale: #484848. Windows color (decimal): -5564354 or 4069547. OLE color: 4069547.

HSL color Cylindrical-coordinate representation of color #AB183E: hue angle of 344.49º 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 #AB183E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 24 62 -
CMYK 0 0.86 0.64 0.33
HSL 344.49º 0.75% 0.38% -
HSV(B) 344.49º 0.86% 0.67% -
XYZ 17.99 9.66 5.47 -
YUV 72.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 171 24 62 0 0.86 0.64 0.33 344.49 0.75 0.38
Hex AB 18 3E 0 56 40 21 158 4B 26
Octal 253 30 76 0 126 100 41 530 113 46
Binary 10101011 11000 111110 0 1010110 1000000 100001 101011000 1001011 100110

Color Harmonies of #AB183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB183E

Black with #AB183E

Text Example


Text Example

White with #AB183E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB183E; }

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

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

background-color css

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

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

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

border-color css

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

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

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