Html Css Color HEX #A81233 Cardinal

📋 copy color: '#A81233'

red 168 ◦ green 18 ◦ blue 51

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

Shades of Cardinal #A81233

Tints of Cardinal #A81233

RGB

 RED value IS 168 (66.02% from 255) = 70.89%

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

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

R = 70.89%
G = 7.59%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A81233 (or 0xA81233) is known color: Cardinal. HEX triplet: A8, 12 and 33. RGB value is (168,18,51). Sum of RGB (Red+Green+Blue) = 168+18+51=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A81233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81233 is #57EDCC. Grayscale: #424242. Windows color (decimal): -5762509 or 3347112. OLE color: 3347112.

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

Color convert

RGB 168 18 51 -
CMYK 0 0.89 0.70 0.34
HSL 346.8º 0.81% 0.36% -
HSV(B) 346.8º 0.89% 0.66% -
XYZ 16.96 9 3.97 -
YUV 66.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 168 18 51 0 0.89 0.70 0.34 346.8 0.81 0.36
Hex A8 12 33 0 59 46 22 15B 51 24
Octal 250 22 63 0 131 106 42 533 121 44
Binary 10101000 10010 110011 0 1011001 1000110 100010 101011011 1010001 100100

Color Harmonies of #A81233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81233

Black with #A81233

Text Example


Text Example

White with #A81233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81233; }

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

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

background-color css

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

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

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

border-color css

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

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

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