Html Css Color HEX #AB133C Cardinal

📋 copy color: '#AB133C'

red 171 ◦ green 19 ◦ blue 60

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

Shades of Cardinal #AB133C

Tints of Cardinal #AB133C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24%

R = 68.4%
G = 7.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB133C (or 0xAB133C) is known color: Cardinal. HEX triplet: AB, 13 and 3C. RGB value is (171,19,60). Sum of RGB (Red+Green+Blue) = 171+19+60=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB133C is #54ECC3. Grayscale: #454545. Windows color (decimal): -5565636 or 3937195. OLE color: 3937195.

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

Color convert

RGB 171 19 60 -
CMYK 0 0.89 0.65 0.33
HSL 343.82º 0.8% 0.37% -
HSV(B) 343.82º 0.89% 0.67% -
XYZ 17.84 9.45 5.16 -
YUV 69.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 171 19 60 0 0.89 0.65 0.33 343.82 0.8 0.37
Hex AB 13 3C 0 59 41 21 158 50 25
Octal 253 23 74 0 131 101 41 530 120 45
Binary 10101011 10011 111100 0 1011001 1000001 100001 101011000 1010000 100101

Color Harmonies of #AB133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB133C

Black with #AB133C

Text Example


Text Example

White with #AB133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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