Html Css Color HEX #A71233 Cardinal

📋 copy color: '#A71233'

red 167 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #A71233

Tints of Cardinal #A71233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 70.76%
G = 7.63%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A71233 (or 0xA71233) is known color: Cardinal. HEX triplet: A7, 12 and 33. RGB value is (167,18,51). Sum of RGB (Red+Green+Blue) = 167+18+51=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A71233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71233 is #58EDCC. Grayscale: #424242. Windows color (decimal): -5828045 or 3347111. OLE color: 3347111.

HSL color Cylindrical-coordinate representation of color #A71233: hue angle of 346.71º 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 #A71233 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 51 -
CMYK 0 0.89 0.69 0.35
HSL 346.71º 0.81% 0.36% -
HSV(B) 346.71º 0.89% 0.65% -
XYZ 16.75 8.89 3.96 -
YUV 66.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 167 18 51 0 0.89 0.69 0.35 346.71 0.81 0.36
Hex A7 12 33 0 59 45 23 15B 51 24
Octal 247 22 63 0 131 105 43 533 121 44
Binary 10100111 10010 110011 0 1011001 1000101 100011 101011011 1010001 100100

Color Harmonies of #A71233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71233

Black with #A71233

Text Example


Text Example

White with #A71233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71233; }

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

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

background-color css

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

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

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

border-color css

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

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

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