Html Css Color HEX #AB1037 Cardinal

📋 copy color: '#AB1037'

red 171 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #AB1037

Tints of Cardinal #AB1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 70.66%
G = 6.61%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB1037 (or 0xAB1037) is known color: Cardinal. HEX triplet: AB, 10 and 37. RGB value is (171,16,55). Sum of RGB (Red+Green+Blue) = 171+16+55=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1037 is #54EFC8. Grayscale: #424242. Windows color (decimal): -5566409 or 3608747. OLE color: 3608747.

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

Color convert

RGB 171 16 55 -
CMYK 0 0.91 0.68 0.33
HSL 344.9º 0.83% 0.37% -
HSV(B) 344.9º 0.91% 0.67% -
XYZ 17.67 9.3 4.48 -
YUV 66.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 171 16 55 0 0.91 0.68 0.33 344.9 0.83 0.37
Hex AB 10 37 0 5B 44 21 159 53 25
Octal 253 20 67 0 133 104 41 531 123 45
Binary 10101011 10000 110111 0 1011011 1000100 100001 101011001 1010011 100101

Color Harmonies of #AB1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1037

Black with #AB1037

Text Example


Text Example

White with #AB1037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1037; }

 p { color: rgb(171,16,55); }

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

background-color css

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

 a { background-color: rgb(171,16,55); }

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

border-color css

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

 span { border-color: rgb(171,16,55); }

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