Html Css Color HEX #AB1E35 Cardinal

📋 copy color: '#AB1E35'

red 171 ◦ green 30 ◦ blue 53

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

Shades of Cardinal #AB1E35

Tints of Cardinal #AB1E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 67.32%
G = 11.81%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB1E35 (or 0xAB1E35) is known color: Cardinal. HEX triplet: AB, 1E and 35. RGB value is (171,30,53). Sum of RGB (Red+Green+Blue) = 171+30+53=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E35 is #54E1CA. Grayscale: #4A4A4A. Windows color (decimal): -5562827 or 3481259. OLE color: 3481259.

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

Color convert

RGB 171 30 53 -
CMYK 0 0.82 0.69 0.33
HSL 350.21º 0.7% 0.39% -
HSV(B) 350.21º 0.82% 0.67% -
XYZ 17.9 9.84 4.32 -
YUV 74.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 171 30 53 0 0.82 0.69 0.33 350.21 0.7 0.39
Hex AB 1E 35 0 52 45 21 15E 46 27
Octal 253 36 65 0 122 105 41 536 106 47
Binary 10101011 11110 110101 0 1010010 1000101 100001 101011110 1000110 100111

Color Harmonies of #AB1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E35

Black with #AB1E35

Text Example


Text Example

White with #AB1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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