Html Css Color HEX #AB1330 Cardinal

📋 copy color: '#AB1330'

red 171 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #AB1330

Tints of Cardinal #AB1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 71.85%
G = 7.98%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB1330 (or 0xAB1330) is known color: Cardinal. HEX triplet: AB, 13 and 30. RGB value is (171,19,48). Sum of RGB (Red+Green+Blue) = 171+19+48=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1330 is #54ECCF. Grayscale: #434343. Windows color (decimal): -5565648 or 3150763. OLE color: 3150763.

HSL color Cylindrical-coordinate representation of color #AB1330: hue angle of 348.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1330 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 48 -
CMYK 0 0.89 0.72 0.33
HSL 348.55º 0.8% 0.37% -
HSV(B) 348.55º 0.89% 0.67% -
XYZ 17.56 9.34 3.67 -
YUV 67.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 171 19 48 0 0.89 0.72 0.33 348.55 0.8 0.37
Hex AB 13 30 0 59 48 21 15D 50 25
Octal 253 23 60 0 131 110 41 535 120 45
Binary 10101011 10011 110000 0 1011001 1001000 100001 101011101 1010000 100101

Color Harmonies of #AB1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1330

Black with #AB1330

Text Example


Text Example

White with #AB1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1330; }

 p { color: rgb(171,19,48); }

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

background-color css

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

 a { background-color: rgb(171,19,48); }

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

border-color css

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

 span { border-color: rgb(171,19,48); }

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