Html Css Color HEX #AB1F32 Cardinal

📋 copy color: '#AB1F32'

red 171 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #AB1F32

Tints of Cardinal #AB1F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 67.86%
G = 12.3%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB1F32 (or 0xAB1F32) is known color: Cardinal. HEX triplet: AB, 1F and 32. RGB value is (171,31,50). Sum of RGB (Red+Green+Blue) = 171+31+50=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F32 is #54E0CD. Grayscale: #4B4B4B. Windows color (decimal): -5562574 or 3284907. OLE color: 3284907.

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

Color convert

RGB 171 31 50 -
CMYK 0 0.82 0.71 0.33
HSL 351.86º 0.69% 0.4% -
HSV(B) 351.86º 0.82% 0.67% -
XYZ 17.86 9.87 3.98 -
YUV 75.03 113.88 196.46 -
System Red Green Blue C M Y K H S L
Decimal 171 31 50 0 0.82 0.71 0.33 351.86 0.69 0.4
Hex AB 1F 32 0 52 47 21 160 45 28
Octal 253 37 62 0 122 107 41 540 105 50
Binary 10101011 11111 110010 0 1010010 1000111 100001 101100000 1000101 101000

Color Harmonies of #AB1F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F32

Black with #AB1F32

Text Example


Text Example

White with #AB1F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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