Html Css Color HEX #AB1A30 Cardinal

📋 copy color: '#AB1A30'

red 171 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #AB1A30

Tints of Cardinal #AB1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 48 (19.14% from 255) = 19.59%

R = 69.8%
G = 10.61%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB1A30 (or 0xAB1A30) is known color: Cardinal. HEX triplet: AB, 1A and 30. RGB value is (171,26,48). Sum of RGB (Red+Green+Blue) = 171+26+48=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A30 is #54E5CF. Grayscale: #474747. Windows color (decimal): -5563856 or 3152555. OLE color: 3152555.

HSL color Cylindrical-coordinate representation of color #AB1A30: hue angle of 350.9º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A30 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 26 48 -
CMYK 0 0.85 0.72 0.33
HSL 350.9º 0.74% 0.39% -
HSV(B) 350.9º 0.85% 0.67% -
XYZ 17.7 9.61 3.72 -
YUV 71.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 171 26 48 0 0.85 0.72 0.33 350.9 0.74 0.39
Hex AB 1A 30 0 55 48 21 15F 4A 27
Octal 253 32 60 0 125 110 41 537 112 47
Binary 10101011 11010 110000 0 1010101 1001000 100001 101011111 1001010 100111

Color Harmonies of #AB1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A30

Black with #AB1A30

Text Example


Text Example

White with #AB1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A30; }

 p { color: rgb(171,26,48); }

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

background-color css

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

 a { background-color: rgb(171,26,48); }

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

border-color css

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

 span { border-color: rgb(171,26,48); }

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