Html Css Color HEX #AB1033 Cardinal

📋 copy color: '#AB1033'

red 171 ◦ green 16 ◦ blue 51

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

Shades of Cardinal #AB1033

Tints of Cardinal #AB1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 71.85%
G = 6.72%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB1033 (or 0xAB1033) is known color: Cardinal. HEX triplet: AB, 10 and 33. RGB value is (171,16,51). Sum of RGB (Red+Green+Blue) = 171+16+51=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1033 is #54EFCC. Grayscale: #424242. Windows color (decimal): -5566413 or 3346603. OLE color: 3346603.

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

Color convert

RGB 171 16 51 -
CMYK 0 0.91 0.70 0.33
HSL 346.45º 0.83% 0.37% -
HSV(B) 346.45º 0.91% 0.67% -
XYZ 17.58 9.27 3.99 -
YUV 66.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 171 16 51 0 0.91 0.70 0.33 346.45 0.83 0.37
Hex AB 10 33 0 5B 46 21 15A 53 25
Octal 253 20 63 0 133 106 41 532 123 45
Binary 10101011 10000 110011 0 1011011 1000110 100001 101011010 1010011 100101

Color Harmonies of #AB1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1033

Black with #AB1033

Text Example


Text Example

White with #AB1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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