Html Css Color HEX #A30E3A Cardinal

📋 copy color: '#A30E3A'

red 163 ◦ green 14 ◦ blue 58

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

Shades of Cardinal #A30E3A

Tints of Cardinal #A30E3A

RGB

 RED value IS 163 (64.06% from 255) = 69.36%

 GREEN value IS 14 (5.86% from 255) = 5.96%

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

R = 69.36%
G = 5.96%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A30E3A (or 0xA30E3A) is known color: Cardinal. HEX triplet: A3, 0E and 3A. RGB value is (163,14,58). Sum of RGB (Red+Green+Blue) = 163+14+58=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E3A is #5CF1C5. Grayscale: #3F3F3F. Windows color (decimal): -6091206 or 3804835. OLE color: 3804835.

HSL color Cylindrical-coordinate representation of color #A30E3A: hue angle of 342.28º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E3A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 58 -
CMYK 0 0.91 0.64 0.36
HSL 342.28º 0.84% 0.35% -
HSV(B) 342.28º 0.91% 0.64% -
XYZ 16.03 8.41 4.78 -
YUV 63.57 124.86 198.92 -
System Red Green Blue C M Y K H S L
Decimal 163 14 58 0 0.91 0.64 0.36 342.28 0.84 0.35
Hex A3 E 3A 0 5B 40 24 156 54 23
Octal 243 16 72 0 133 100 44 526 124 43
Binary 10100011 1110 111010 0 1011011 1000000 100100 101010110 1010100 100011

Color Harmonies of #A30E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E3A

Black with #A30E3A

Text Example


Text Example

White with #A30E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E3A; }

 p { color: rgb(163,14,58); }

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

background-color css

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

 a { background-color: rgb(163,14,58); }

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

border-color css

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

 span { border-color: rgb(163,14,58); }

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