Html Css Color HEX #AB1030 Cardinal

📋 copy color: '#AB1030'

red 171 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #AB1030

Tints of Cardinal #AB1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

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

R = 72.77%
G = 6.81%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB1030 (or 0xAB1030) is known color: Cardinal. HEX triplet: AB, 10 and 30. RGB value is (171,16,48). Sum of RGB (Red+Green+Blue) = 171+16+48=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1030 is #54EFCF. Grayscale: #424242. Windows color (decimal): -5566416 or 3149995. OLE color: 3149995.

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

Color convert

RGB 171 16 48 -
CMYK 0 0.91 0.72 0.33
HSL 347.61º 0.83% 0.37% -
HSV(B) 347.61º 0.91% 0.67% -
XYZ 17.51 9.24 3.66 -
YUV 65.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 171 16 48 0 0.91 0.72 0.33 347.61 0.83 0.37
Hex AB 10 30 0 5B 48 21 15C 53 25
Octal 253 20 60 0 133 110 41 534 123 45
Binary 10101011 10000 110000 0 1011011 1001000 100001 101011100 1010011 100101

Color Harmonies of #AB1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1030

Black with #AB1030

Text Example


Text Example

White with #AB1030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1030; }

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

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

background-color css

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

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

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

border-color css

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

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

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