Html Css Color HEX #AB0A35 Cardinal

📋 copy color: '#AB0A35'

red 171 ◦ green 10 ◦ blue 53

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

Shades of Cardinal #AB0A35

Tints of Cardinal #AB0A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.27%

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 73.08%
G = 4.27%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB0A35 (or 0xAB0A35) is known color: Cardinal. HEX triplet: AB, 0A and 35. RGB value is (171,10,53). Sum of RGB (Red+Green+Blue) = 171+10+53=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A35 is #54F5CA. Grayscale: #3F3F3F. Windows color (decimal): -5567947 or 3476139. OLE color: 3476139.

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

Color convert

RGB 171 10 53 -
CMYK 0 0.94 0.69 0.33
HSL 343.98º 0.89% 0.35% -
HSV(B) 343.98º 0.94% 0.67% -
XYZ 17.55 9.13 4.21 -
YUV 63.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 171 10 53 0 0.94 0.69 0.33 343.98 0.89 0.35
Hex AB A 35 0 5E 45 21 158 59 23
Octal 253 12 65 0 136 105 41 530 131 43
Binary 10101011 1010 110101 0 1011110 1000101 100001 101011000 1011001 100011

Color Harmonies of #AB0A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A35

Black with #AB0A35

Text Example


Text Example

White with #AB0A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A35; }

 p { color: rgb(171,10,53); }

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

background-color css

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

 a { background-color: rgb(171,10,53); }

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

border-color css

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

 span { border-color: rgb(171,10,53); }

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