Html Css Color HEX #AB1B2F Cardinal

📋 copy color: '#AB1B2F'

red 171 ◦ green 27 ◦ blue 47

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

Shades of Cardinal #AB1B2F

Tints of Cardinal #AB1B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 69.8%
G = 11.02%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB1B2F (or 0xAB1B2F) is known color: Cardinal. HEX triplet: AB, 1B and 2F. RGB value is (171,27,47). Sum of RGB (Red+Green+Blue) = 171+27+47=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B2F is #54E4D0. Grayscale: #484848. Windows color (decimal): -5563601 or 3087275. OLE color: 3087275.

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

Color convert

RGB 171 27 47 -
CMYK 0 0.84 0.73 0.33
HSL 351.67º 0.73% 0.39% -
HSV(B) 351.67º 0.84% 0.67% -
XYZ 17.7 9.65 3.62 -
YUV 72.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 171 27 47 0 0.84 0.73 0.33 351.67 0.73 0.39
Hex AB 1B 2F 0 54 49 21 160 49 27
Octal 253 33 57 0 124 111 41 540 111 47
Binary 10101011 11011 101111 0 1010100 1001001 100001 101100000 1001001 100111

Color Harmonies of #AB1B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B2F

Black with #AB1B2F

Text Example


Text Example

White with #AB1B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B2F; }

 p { color: rgb(171,27,47); }

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

background-color css

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

 a { background-color: rgb(171,27,47); }

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

border-color css

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

 span { border-color: rgb(171,27,47); }

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