Html Css Color HEX #AB2033 Cardinal

📋 copy color: '#AB2033'

red 171 ◦ green 32 ◦ blue 51

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

Shades of Cardinal #AB2033

Tints of Cardinal #AB2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 67.32%
G = 12.6%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB2033 (or 0xAB2033) is known color: Cardinal. HEX triplet: AB, 20 and 33. RGB value is (171,32,51). Sum of RGB (Red+Green+Blue) = 171+32+51=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2033 is #54DFCC. Grayscale: #4B4B4B. Windows color (decimal): -5562317 or 3350699. OLE color: 3350699.

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

Color convert

RGB 171 32 51 -
CMYK 0 0.81 0.70 0.33
HSL 351.8º 0.68% 0.4% -
HSV(B) 351.8º 0.81% 0.67% -
XYZ 17.91 9.93 4.1 -
YUV 75.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 171 32 51 0 0.81 0.70 0.33 351.8 0.68 0.4
Hex AB 20 33 0 51 46 21 160 44 28
Octal 253 40 63 0 121 106 41 540 104 50
Binary 10101011 100000 110011 0 1010001 1000110 100001 101100000 1000100 101000

Color Harmonies of #AB2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2033

Black with #AB2033

Text Example


Text Example

White with #AB2033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2033; }

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

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

background-color css

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

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

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

border-color css

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

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

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