Html Css Color HEX #AB203D Cardinal

📋 copy color: '#AB203D'

red 171 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #AB203D

Tints of Cardinal #AB203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 64.77%
G = 12.12%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB203D (or 0xAB203D) is known color: Cardinal. HEX triplet: AB, 20 and 3D. RGB value is (171,32,61). Sum of RGB (Red+Green+Blue) = 171+32+61=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB203D is #54DFC2. Grayscale: #4C4C4C. Windows color (decimal): -5562307 or 4006059. OLE color: 4006059.

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

Color convert

RGB 171 32 61 -
CMYK 0 0.81 0.64 0.33
HSL 347.48º 0.68% 0.4% -
HSV(B) 347.48º 0.81% 0.67% -
XYZ 18.15 10.03 5.39 -
YUV 76.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 171 32 61 0 0.81 0.64 0.33 347.48 0.68 0.4
Hex AB 20 3D 0 51 40 21 15B 44 28
Octal 253 40 75 0 121 100 41 533 104 50
Binary 10101011 100000 111101 0 1010001 1000000 100001 101011011 1000100 101000

Color Harmonies of #AB203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB203D

Black with #AB203D

Text Example


Text Example

White with #AB203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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