Html Css Color HEX #AB1F3B Cardinal

📋 copy color: '#AB1F3B'

red 171 ◦ green 31 ◦ blue 59

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

Shades of Cardinal #AB1F3B

Tints of Cardinal #AB1F3B

RGB

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

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

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

R = 65.52%
G = 11.88%
B = 22.61%

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

#AB1F3B (or 0xAB1F3B) is known color: Cardinal. HEX triplet: AB, 1F and 3B. RGB value is (171,31,59). Sum of RGB (Red+Green+Blue) = 171+31+59=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F3B is #54E0C4. Grayscale: #4C4C4C. Windows color (decimal): -5562565 or 3874731. OLE color: 3874731.

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

Color convert

RGB 171 31 59 -
CMYK 0 0.82 0.65 0.33
HSL 348º 0.69% 0.4% -
HSV(B) 348º 0.82% 0.67% -
XYZ 18.07 9.95 5.11 -
YUV 76.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 171 31 59 0 0.82 0.65 0.33 348 0.69 0.4
Hex AB 1F 3B 0 52 41 21 15C 45 28
Octal 253 37 73 0 122 101 41 534 105 50
Binary 10101011 11111 111011 0 1010010 1000001 100001 101011100 1000101 101000

Color Harmonies of #AB1F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F3B

Black with #AB1F3B

Text Example


Text Example

White with #AB1F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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