Html Css Color HEX #A81230 Cardinal

📋 copy color: '#A81230'

red 168 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #A81230

Tints of Cardinal #A81230

RGB

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

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

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

R = 71.79%
G = 7.69%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A81230 (or 0xA81230) is known color: Cardinal. HEX triplet: A8, 12 and 30. RGB value is (168,18,48). Sum of RGB (Red+Green+Blue) = 168+18+48=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A81230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81230 is #57EDCF. Grayscale: #424242. Windows color (decimal): -5762512 or 3150504. OLE color: 3150504.

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

Color convert

RGB 168 18 48 -
CMYK 0 0.89 0.71 0.34
HSL 348º 0.81% 0.36% -
HSV(B) 348º 0.89% 0.66% -
XYZ 16.9 8.97 3.64 -
YUV 66.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 168 18 48 0 0.89 0.71 0.34 348 0.81 0.36
Hex A8 12 30 0 59 47 22 15C 51 24
Octal 250 22 60 0 131 107 42 534 121 44
Binary 10101000 10010 110000 0 1011001 1000111 100010 101011100 1010001 100100

Color Harmonies of #A81230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81230

Black with #A81230

Text Example


Text Example

White with #A81230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81230; }

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

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

background-color css

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

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

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

border-color css

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

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

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