Html Css Color HEX #AB1F3E Cardinal

📋 copy color: '#AB1F3E'

red 171 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #AB1F3E

Tints of Cardinal #AB1F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 64.77%
G = 11.74%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB1F3E (or 0xAB1F3E) is known color: Cardinal. HEX triplet: AB, 1F and 3E. RGB value is (171,31,62). Sum of RGB (Red+Green+Blue) = 171+31+62=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F3E is #54E0C1. Grayscale: #4C4C4C. Windows color (decimal): -5562562 or 4071339. OLE color: 4071339.

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

Color convert

RGB 171 31 62 -
CMYK 0 0.82 0.64 0.33
HSL 346.71º 0.69% 0.4% -
HSV(B) 346.71º 0.82% 0.67% -
XYZ 18.15 9.99 5.53 -
YUV 76.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 171 31 62 0 0.82 0.64 0.33 346.71 0.69 0.4
Hex AB 1F 3E 0 52 40 21 15B 45 28
Octal 253 37 76 0 122 100 41 533 105 50
Binary 10101011 11111 111110 0 1010010 1000000 100001 101011011 1000101 101000

Color Harmonies of #AB1F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F3E

Black with #AB1F3E

Text Example


Text Example

White with #AB1F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F3E; }

 p { color: rgb(171,31,62); }

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

background-color css

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

 a { background-color: rgb(171,31,62); }

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

border-color css

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

 span { border-color: rgb(171,31,62); }

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