Html Css Color HEX #AB1F3A Cardinal

📋 copy color: '#AB1F3A'

red 171 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #AB1F3A

Tints of Cardinal #AB1F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 65.77%
G = 11.92%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB1F3A (or 0xAB1F3A) is known color: Cardinal. HEX triplet: AB, 1F and 3A. RGB value is (171,31,58). Sum of RGB (Red+Green+Blue) = 171+31+58=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F3A is #54E0C5. Grayscale: #4B4B4B. Windows color (decimal): -5562566 or 3809195. OLE color: 3809195.

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

Color convert

RGB 171 31 58 -
CMYK 0 0.82 0.66 0.33
HSL 348.43º 0.69% 0.4% -
HSV(B) 348.43º 0.82% 0.67% -
XYZ 18.05 9.94 4.97 -
YUV 75.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 171 31 58 0 0.82 0.66 0.33 348.43 0.69 0.4
Hex AB 1F 3A 0 52 42 21 15C 45 28
Octal 253 37 72 0 122 102 41 534 105 50
Binary 10101011 11111 111010 0 1010010 1000010 100001 101011100 1000101 101000

Color Harmonies of #AB1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F3A

Black with #AB1F3A

Text Example


Text Example

White with #AB1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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