Html Css Color HEX #A81E3A Cardinal

📋 copy color: '#A81E3A'

red 168 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #A81E3A

Tints of Cardinal #A81E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.72%

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 65.63%
G = 11.72%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A81E3A (or 0xA81E3A) is known color: Cardinal. HEX triplet: A8, 1E and 3A. RGB value is (168,30,58). Sum of RGB (Red+Green+Blue) = 168+30+58=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A81E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81E3A is #57E1C5. Grayscale: #4A4A4A. Windows color (decimal): -5759430 or 3808936. OLE color: 3808936.

HSL color Cylindrical-coordinate representation of color #A81E3A: hue angle of 347.83º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81E3A is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 30 58 -
CMYK 0 0.82 0.65 0.34
HSL 347.83º 0.7% 0.39% -
HSV(B) 347.83º 0.82% 0.66% -
XYZ 17.38 9.56 4.93 -
YUV 74.45 118.72 194.72 -
System Red Green Blue C M Y K H S L
Decimal 168 30 58 0 0.82 0.65 0.34 347.83 0.7 0.39
Hex A8 1E 3A 0 52 41 22 15C 46 27
Octal 250 36 72 0 122 101 42 534 106 47
Binary 10101000 11110 111010 0 1010010 1000001 100010 101011100 1000110 100111

Color Harmonies of #A81E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81E3A

Black with #A81E3A

Text Example


Text Example

White with #A81E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81E3A; }

 p { color: rgb(168,30,58); }

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

background-color css

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

 a { background-color: rgb(168,30,58); }

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

border-color css

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

 span { border-color: rgb(168,30,58); }

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