Html Css Color HEX #A81632 Cardinal

📋 copy color: '#A81632'

red 168 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #A81632

Tints of Cardinal #A81632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 50 (19.92% from 255) = 20.83%

R = 70%
G = 9.17%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A81632 (or 0xA81632) is known color: Cardinal. HEX triplet: A8, 16 and 32. RGB value is (168,22,50). Sum of RGB (Red+Green+Blue) = 168+22+50=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A81632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81632 is #57E9CD. Grayscale: #444444. Windows color (decimal): -5761486 or 3282600. OLE color: 3282600.

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

Color convert

RGB 168 22 50 -
CMYK 0 0.87 0.70 0.34
HSL 348.49º 0.77% 0.37% -
HSV(B) 348.49º 0.87% 0.66% -
XYZ 17.01 9.13 3.88 -
YUV 68.85 117.37 198.72 -
System Red Green Blue C M Y K H S L
Decimal 168 22 50 0 0.87 0.70 0.34 348.49 0.77 0.37
Hex A8 16 32 0 57 46 22 15C 4D 25
Octal 250 26 62 0 127 106 42 534 115 45
Binary 10101000 10110 110010 0 1010111 1000110 100010 101011100 1001101 100101

Color Harmonies of #A81632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81632

Black with #A81632

Text Example


Text Example

White with #A81632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81632; }

 p { color: rgb(168,22,50); }

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

background-color css

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

 a { background-color: rgb(168,22,50); }

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

border-color css

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

 span { border-color: rgb(168,22,50); }

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