Html Css Color HEX #A30E39 Cardinal

📋 copy color: '#A30E39'

red 163 ◦ green 14 ◦ blue 57

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

Shades of Cardinal #A30E39

Tints of Cardinal #A30E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 69.66%
G = 5.98%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A30E39 (or 0xA30E39) is known color: Cardinal. HEX triplet: A3, 0E and 39. RGB value is (163,14,57). Sum of RGB (Red+Green+Blue) = 163+14+57=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E39 is #5CF1C6. Grayscale: #3F3F3F. Windows color (decimal): -6091207 or 3739299. OLE color: 3739299.

HSL color Cylindrical-coordinate representation of color #A30E39: hue angle of 342.68º 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 #A30E39 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 57 -
CMYK 0 0.91 0.65 0.36
HSL 342.68º 0.84% 0.35% -
HSV(B) 342.68º 0.91% 0.64% -
XYZ 16 8.4 4.65 -
YUV 63.45 124.36 199 -
System Red Green Blue C M Y K H S L
Decimal 163 14 57 0 0.91 0.65 0.36 342.68 0.84 0.35
Hex A3 E 39 0 5B 41 24 157 54 23
Octal 243 16 71 0 133 101 44 527 124 43
Binary 10100011 1110 111001 0 1011011 1000001 100100 101010111 1010100 100011

Color Harmonies of #A30E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E39

Black with #A30E39

Text Example


Text Example

White with #A30E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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