Html Css Color HEX #AB1A3D Cardinal

📋 copy color: '#AB1A3D'

red 171 ◦ green 26 ◦ blue 61

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

Shades of Cardinal #AB1A3D

Tints of Cardinal #AB1A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.08%

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

R = 66.28%
G = 10.08%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB1A3D (or 0xAB1A3D) is known color: Cardinal. HEX triplet: AB, 1A and 3D. RGB value is (171,26,61). Sum of RGB (Red+Green+Blue) = 171+26+61=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A3D is #54E5C2. Grayscale: #494949. Windows color (decimal): -5563843 or 4004523. OLE color: 4004523.

HSL color Cylindrical-coordinate representation of color #AB1A3D: hue angle of 345.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A3D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 26 61 -
CMYK 0 0.85 0.64 0.33
HSL 345.52º 0.74% 0.39% -
HSV(B) 345.52º 0.85% 0.67% -
XYZ 18.01 9.73 5.34 -
YUV 73.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 171 26 61 0 0.85 0.64 0.33 345.52 0.74 0.39
Hex AB 1A 3D 0 55 40 21 15A 4A 27
Octal 253 32 75 0 125 100 41 532 112 47
Binary 10101011 11010 111101 0 1010101 1000000 100001 101011010 1001010 100111

Color Harmonies of #AB1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A3D

Black with #AB1A3D

Text Example


Text Example

White with #AB1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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