Html Css Color HEX #AB1B2D Cardinal

📋 copy color: '#AB1B2D'

red 171 ◦ green 27 ◦ blue 45

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

Shades of Cardinal #AB1B2D

Tints of Cardinal #AB1B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 70.37%
G = 11.11%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB1B2D (or 0xAB1B2D) is known color: Cardinal. HEX triplet: AB, 1B and 2D. RGB value is (171,27,45). Sum of RGB (Red+Green+Blue) = 171+27+45=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B2D is #54E4D2. Grayscale: #484848. Windows color (decimal): -5563603 or 2956203. OLE color: 2956203.

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

Color convert

RGB 171 27 45 -
CMYK 0 0.84 0.74 0.33
HSL 352.5º 0.73% 0.39% -
HSV(B) 352.5º 0.84% 0.67% -
XYZ 17.66 9.63 3.41 -
YUV 72.11 112.71 198.54 -
System Red Green Blue C M Y K H S L
Decimal 171 27 45 0 0.84 0.74 0.33 352.5 0.73 0.39
Hex AB 1B 2D 0 54 4A 21 160 49 27
Octal 253 33 55 0 124 112 41 540 111 47
Binary 10101011 11011 101101 0 1010100 1001010 100001 101100000 1001001 100111

Color Harmonies of #AB1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B2D

Black with #AB1B2D

Text Example


Text Example

White with #AB1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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