Html Css Color HEX #AB1835 Cardinal

📋 copy color: '#AB1835'

red 171 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #AB1835

Tints of Cardinal #AB1835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 68.95%
G = 9.68%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB1835 (or 0xAB1835) is known color: Cardinal. HEX triplet: AB, 18 and 35. RGB value is (171,24,53). Sum of RGB (Red+Green+Blue) = 171+24+53=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1835 is #54E7CA. Grayscale: #474747. Windows color (decimal): -5564363 or 3479723. OLE color: 3479723.

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

Color convert

RGB 171 24 53 -
CMYK 0 0.86 0.69 0.33
HSL 348.16º 0.75% 0.38% -
HSV(B) 348.16º 0.86% 0.67% -
XYZ 17.76 9.57 4.28 -
YUV 71.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 171 24 53 0 0.86 0.69 0.33 348.16 0.75 0.38
Hex AB 18 35 0 56 45 21 15C 4B 26
Octal 253 30 65 0 126 105 41 534 113 46
Binary 10101011 11000 110101 0 1010110 1000101 100001 101011100 1001011 100110

Color Harmonies of #AB1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1835

Black with #AB1835

Text Example


Text Example

White with #AB1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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