Html Css Color HEX #AB0C35 Cardinal

📋 copy color: '#AB0C35'

red 171 ◦ green 12 ◦ blue 53

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

Shades of Cardinal #AB0C35

Tints of Cardinal #AB0C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

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

R = 72.46%
G = 5.08%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB0C35 (or 0xAB0C35) is known color: Cardinal. HEX triplet: AB, 0C and 35. RGB value is (171,12,53). Sum of RGB (Red+Green+Blue) = 171+12+53=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C35 is #54F3CA. Grayscale: #404040. Windows color (decimal): -5567435 or 3476651. OLE color: 3476651.

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

Color convert

RGB 171 12 53 -
CMYK 0 0.93 0.69 0.33
HSL 344.53º 0.87% 0.36% -
HSV(B) 344.53º 0.93% 0.67% -
XYZ 17.57 9.18 4.21 -
YUV 64.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 171 12 53 0 0.93 0.69 0.33 344.53 0.87 0.36
Hex AB C 35 0 5D 45 21 159 57 24
Octal 253 14 65 0 135 105 41 531 127 44
Binary 10101011 1100 110101 0 1011101 1000101 100001 101011001 1010111 100100

Color Harmonies of #AB0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C35

Black with #AB0C35

Text Example


Text Example

White with #AB0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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