Html Css Color HEX #AB0C3A Cardinal

📋 copy color: '#AB0C3A'

red 171 ◦ green 12 ◦ blue 58

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

Shades of Cardinal #AB0C3A

Tints of Cardinal #AB0C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 70.95%
G = 4.98%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB0C3A (or 0xAB0C3A) is known color: Cardinal. HEX triplet: AB, 0C and 3A. RGB value is (171,12,58). Sum of RGB (Red+Green+Blue) = 171+12+58=241 (31% of max value = 765). Red value is 171 (67.19% from 255 or 70.95% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C3A is #54F3C5. Grayscale: #404040. Windows color (decimal): -5567430 or 3804331. OLE color: 3804331.

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

Color convert

RGB 171 12 58 -
CMYK 0 0.93 0.66 0.33
HSL 342.64º 0.87% 0.36% -
HSV(B) 342.64º 0.93% 0.67% -
XYZ 17.69 9.23 4.85 -
YUV 64.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 171 12 58 0 0.93 0.66 0.33 342.64 0.87 0.36
Hex AB C 3A 0 5D 42 21 157 57 24
Octal 253 14 72 0 135 102 41 527 127 44
Binary 10101011 1100 111010 0 1011101 1000010 100001 101010111 1010111 100100

Color Harmonies of #AB0C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C3A

Black with #AB0C3A

Text Example


Text Example

White with #AB0C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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