Html Css Color HEX #AB1A3F Cardinal

📋 copy color: '#AB1A3F'

red 171 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #AB1A3F

Tints of Cardinal #AB1A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.23%

R = 65.77%
G = 10%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB1A3F (or 0xAB1A3F) is known color: Cardinal. HEX triplet: AB, 1A and 3F. RGB value is (171,26,63). Sum of RGB (Red+Green+Blue) = 171+26+63=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A3F is #54E5C0. Grayscale: #494949. Windows color (decimal): -5563841 or 4135595. OLE color: 4135595.

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

Color convert

RGB 171 26 63 -
CMYK 0 0.85 0.63 0.33
HSL 344.69º 0.74% 0.39% -
HSV(B) 344.69º 0.85% 0.67% -
XYZ 18.06 9.76 5.63 -
YUV 73.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 171 26 63 0 0.85 0.63 0.33 344.69 0.74 0.39
Hex AB 1A 3F 0 55 3F 21 159 4A 27
Octal 253 32 77 0 125 77 41 531 112 47
Binary 10101011 11010 111111 0 1010101 111111 100001 101011001 1001010 100111

Color Harmonies of #AB1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A3F

Black with #AB1A3F

Text Example


Text Example

White with #AB1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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