Html Css Color HEX #A81630 Cardinal

📋 copy color: '#A81630'

red 168 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #A81630

Tints of Cardinal #A81630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 70.59%
G = 9.24%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A81630 (or 0xA81630) is known color: Cardinal. HEX triplet: A8, 16 and 30. RGB value is (168,22,48). Sum of RGB (Red+Green+Blue) = 168+22+48=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A81630 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81630 is #57E9CF. Grayscale: #444444. Windows color (decimal): -5761488 or 3151528. OLE color: 3151528.

HSL color Cylindrical-coordinate representation of color #A81630: hue angle of 349.32º 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 #A81630 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 22 48 -
CMYK 0 0.87 0.71 0.34
HSL 349.32º 0.77% 0.37% -
HSV(B) 349.32º 0.87% 0.66% -
XYZ 16.97 9.11 3.66 -
YUV 68.62 116.37 198.89 -
System Red Green Blue C M Y K H S L
Decimal 168 22 48 0 0.87 0.71 0.34 349.32 0.77 0.37
Hex A8 16 30 0 57 47 22 15D 4D 25
Octal 250 26 60 0 127 107 42 535 115 45
Binary 10101000 10110 110000 0 1010111 1000111 100010 101011101 1001101 100101

Color Harmonies of #A81630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81630

Black with #A81630

Text Example


Text Example

White with #A81630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81630; }

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

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

background-color css

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

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

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

border-color css

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

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

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