Html Css Color HEX #A30E38 Cardinal

📋 copy color: '#A30E38'

red 163 ◦ green 14 ◦ blue 56

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

Shades of Cardinal #A30E38

Tints of Cardinal #A30E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 69.96%
G = 6.01%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A30E38 (or 0xA30E38) is known color: Cardinal. HEX triplet: A3, 0E and 38. RGB value is (163,14,56). Sum of RGB (Red+Green+Blue) = 163+14+56=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E38 is #5CF1C7. Grayscale: #3F3F3F. Windows color (decimal): -6091208 or 3673763. OLE color: 3673763.

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

Color convert

RGB 163 14 56 -
CMYK 0 0.91 0.66 0.36
HSL 343.09º 0.84% 0.35% -
HSV(B) 343.09º 0.91% 0.64% -
XYZ 15.98 8.39 4.52 -
YUV 63.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 163 14 56 0 0.91 0.66 0.36 343.09 0.84 0.35
Hex A3 E 38 0 5B 42 24 157 54 23
Octal 243 16 70 0 133 102 44 527 124 43
Binary 10100011 1110 111000 0 1011011 1000010 100100 101010111 1010100 100011

Color Harmonies of #A30E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E38

Black with #A30E38

Text Example


Text Example

White with #A30E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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