Html Css Color HEX #AB183A Cardinal

📋 copy color: '#AB183A'

red 171 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #AB183A

Tints of Cardinal #AB183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 67.59%
G = 9.49%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB183A (or 0xAB183A) is known color: Cardinal. HEX triplet: AB, 18 and 3A. RGB value is (171,24,58). Sum of RGB (Red+Green+Blue) = 171+24+58=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB183A is #54E7C5. Grayscale: #474747. Windows color (decimal): -5564358 or 3807403. OLE color: 3807403.

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

Color convert

RGB 171 24 58 -
CMYK 0 0.86 0.66 0.33
HSL 346.12º 0.75% 0.38% -
HSV(B) 346.12º 0.86% 0.67% -
XYZ 17.88 9.62 4.92 -
YUV 71.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 171 24 58 0 0.86 0.66 0.33 346.12 0.75 0.38
Hex AB 18 3A 0 56 42 21 15A 4B 26
Octal 253 30 72 0 126 102 41 532 113 46
Binary 10101011 11000 111010 0 1010110 1000010 100001 101011010 1001011 100110

Color Harmonies of #AB183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB183A

Black with #AB183A

Text Example


Text Example

White with #AB183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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