Html Css Color HEX #AB133E Cardinal

📋 copy color: '#AB133E'

red 171 ◦ green 19 ◦ blue 62

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

Shades of Cardinal #AB133E

Tints of Cardinal #AB133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 67.86%
G = 7.54%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB133E (or 0xAB133E) is known color: Cardinal. HEX triplet: AB, 13 and 3E. RGB value is (171,19,62). Sum of RGB (Red+Green+Blue) = 171+19+62=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB133E is #54ECC1. Grayscale: #454545. Windows color (decimal): -5565634 or 4068267. OLE color: 4068267.

HSL color Cylindrical-coordinate representation of color #AB133E: hue angle of 343.03º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB133E is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 62 -
CMYK 0 0.89 0.64 0.33
HSL 343.03º 0.8% 0.37% -
HSV(B) 343.03º 0.89% 0.67% -
XYZ 17.9 9.47 5.44 -
YUV 69.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 171 19 62 0 0.89 0.64 0.33 343.03 0.8 0.37
Hex AB 13 3E 0 59 40 21 157 50 25
Octal 253 23 76 0 131 100 41 527 120 45
Binary 10101011 10011 111110 0 1011001 1000000 100001 101010111 1010000 100101

Color Harmonies of #AB133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB133E

Black with #AB133E

Text Example


Text Example

White with #AB133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB133E; }

 p { color: rgb(171,19,62); }

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

background-color css

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

 a { background-color: rgb(171,19,62); }

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

border-color css

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

 span { border-color: rgb(171,19,62); }

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