Html Css Color HEX #A71236 Cardinal

📋 copy color: '#A71236'

red 167 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #A71236

Tints of Cardinal #A71236

RGB

 RED value IS 167 (65.63% from 255) = 69.87%

 GREEN value IS 18 (7.42% from 255) = 7.53%

 BLUE value IS 54 (21.48% from 255) = 22.59%

R = 69.87%
G = 7.53%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A71236 (or 0xA71236) is known color: Cardinal. HEX triplet: A7, 12 and 36. RGB value is (167,18,54). Sum of RGB (Red+Green+Blue) = 167+18+54=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A71236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71236 is #58EDC9. Grayscale: #424242. Windows color (decimal): -5828042 or 3543719. OLE color: 3543719.

HSL color Cylindrical-coordinate representation of color #A71236: hue angle of 345.5º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71236 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 54 -
CMYK 0 0.89 0.68 0.35
HSL 345.5º 0.81% 0.36% -
HSV(B) 345.5º 0.89% 0.65% -
XYZ 16.82 8.91 4.32 -
YUV 66.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 167 18 54 0 0.89 0.68 0.35 345.5 0.81 0.36
Hex A7 12 36 0 59 44 23 15A 51 24
Octal 247 22 66 0 131 104 43 532 121 44
Binary 10100111 10010 110110 0 1011001 1000100 100011 101011010 1010001 100100

Color Harmonies of #A71236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71236

Black with #A71236

Text Example


Text Example

White with #A71236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71236; }

 p { color: rgb(167,18,54); }

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

background-color css

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

 a { background-color: rgb(167,18,54); }

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

border-color css

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

 span { border-color: rgb(167,18,54); }

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