Html Css Color HEX #AB1A2B Cardinal

📋 copy color: '#AB1A2B'

red 171 ◦ green 26 ◦ blue 43

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

Shades of Cardinal #AB1A2B

Tints of Cardinal #AB1A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 71.25%
G = 10.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB1A2B (or 0xAB1A2B) is known color: Cardinal. HEX triplet: AB, 1A and 2B. RGB value is (171,26,43). Sum of RGB (Red+Green+Blue) = 171+26+43=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1A2B is #54E5D4. Grayscale: #474747. Windows color (decimal): -5563861 or 2824875. OLE color: 2824875.

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

Color convert

RGB 171 26 43 -
CMYK 0 0.85 0.75 0.33
HSL 352.97º 0.74% 0.39% -
HSV(B) 352.97º 0.85% 0.67% -
XYZ 17.6 9.57 3.21 -
YUV 71.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 171 26 43 0 0.85 0.75 0.33 352.97 0.74 0.39
Hex AB 1A 2B 0 55 4B 21 161 4A 27
Octal 253 32 53 0 125 113 41 541 112 47
Binary 10101011 11010 101011 0 1010101 1001011 100001 101100001 1001010 100111

Color Harmonies of #AB1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A2B

Black with #AB1A2B

Text Example


Text Example

White with #AB1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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