Html Css Color HEX #AB1E3B Cardinal

📋 copy color: '#AB1E3B'

red 171 ◦ green 30 ◦ blue 59

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

Shades of Cardinal #AB1E3B

Tints of Cardinal #AB1E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 65.77%
G = 11.54%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB1E3B (or 0xAB1E3B) is known color: Cardinal. HEX triplet: AB, 1E and 3B. RGB value is (171,30,59). Sum of RGB (Red+Green+Blue) = 171+30+59=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E3B is #54E1C4. Grayscale: #4B4B4B. Windows color (decimal): -5562821 or 3874475. OLE color: 3874475.

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

Color convert

RGB 171 30 59 -
CMYK 0 0.82 0.65 0.33
HSL 347.66º 0.7% 0.39% -
HSV(B) 347.66º 0.82% 0.67% -
XYZ 18.05 9.9 5.1 -
YUV 75.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 171 30 59 0 0.82 0.65 0.33 347.66 0.7 0.39
Hex AB 1E 3B 0 52 41 21 15C 46 27
Octal 253 36 73 0 122 101 41 534 106 47
Binary 10101011 11110 111011 0 1010010 1000001 100001 101011100 1000110 100111

Color Harmonies of #AB1E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E3B

Black with #AB1E3B

Text Example


Text Example

White with #AB1E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E3B; }

 p { color: rgb(171,30,59); }

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

background-color css

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

 a { background-color: rgb(171,30,59); }

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

border-color css

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

 span { border-color: rgb(171,30,59); }

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