Html Css Color HEX #A50A38 Cardinal

📋 copy color: '#A50A38'

red 165 ◦ green 10 ◦ blue 56

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

Shades of Cardinal #A50A38

Tints of Cardinal #A50A38

RGB

 RED value IS 165 (64.84% from 255) = 71.43%

 GREEN value IS 10 (4.3% from 255) = 4.33%

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

R = 71.43%
G = 4.33%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A50A38 (or 0xA50A38) is known color: Cardinal. HEX triplet: A5, 0A and 38. RGB value is (165,10,56). Sum of RGB (Red+Green+Blue) = 165+10+56=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50A38 is #5AF5C7. Grayscale: #3D3D3D. Windows color (decimal): -5961160 or 3672741. OLE color: 3672741.

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

Color convert

RGB 165 10 56 -
CMYK 0 0.94 0.66 0.35
HSL 342.19º 0.89% 0.34% -
HSV(B) 342.19º 0.94% 0.65% -
XYZ 16.34 8.5 4.52 -
YUV 61.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 165 10 56 0 0.94 0.66 0.35 342.19 0.89 0.34
Hex A5 A 38 0 5E 42 23 156 59 22
Octal 245 12 70 0 136 102 43 526 131 42
Binary 10100101 1010 111000 0 1011110 1000010 100011 101010110 1011001 100010

Color Harmonies of #A50A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A38

Black with #A50A38

Text Example


Text Example

White with #A50A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A38; }

 p { color: rgb(165,10,56); }

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

background-color css

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

 a { background-color: rgb(165,10,56); }

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

border-color css

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

 span { border-color: rgb(165,10,56); }

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