Html Css Color HEX #AB1834 Cardinal

📋 copy color: '#AB1834'

red 171 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #AB1834

Tints of Cardinal #AB1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 69.23%
G = 9.72%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1834 (or 0xAB1834) is known color: Cardinal. HEX triplet: AB, 18 and 34. RGB value is (171,24,52). Sum of RGB (Red+Green+Blue) = 171+24+52=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1834 is #54E7CB. Grayscale: #474747. Windows color (decimal): -5564364 or 3414187. OLE color: 3414187.

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

Color convert

RGB 171 24 52 -
CMYK 0 0.86 0.70 0.33
HSL 348.57º 0.75% 0.38% -
HSV(B) 348.57º 0.86% 0.67% -
XYZ 17.74 9.56 4.16 -
YUV 71.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 171 24 52 0 0.86 0.70 0.33 348.57 0.75 0.38
Hex AB 18 34 0 56 46 21 15D 4B 26
Octal 253 30 64 0 126 106 41 535 113 46
Binary 10101011 11000 110100 0 1010110 1000110 100001 101011101 1001011 100110

Color Harmonies of #AB1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1834

Black with #AB1834

Text Example


Text Example

White with #AB1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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