Html Css Color HEX #A51135 Cardinal

📋 copy color: '#A51135'

red 165 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #A51135

Tints of Cardinal #A51135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 53 (21.09% from 255) = 22.55%

R = 70.21%
G = 7.23%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A51135 (or 0xA51135) is known color: Cardinal. HEX triplet: A5, 11 and 35. RGB value is (165,17,53). Sum of RGB (Red+Green+Blue) = 165+17+53=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A51135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51135 is #5AEECA. Grayscale: #414141. Windows color (decimal): -5959371 or 3477925. OLE color: 3477925.

HSL color Cylindrical-coordinate representation of color #A51135: hue angle of 345.41º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51135 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 53 -
CMYK 0 0.90 0.68 0.35
HSL 345.41º 0.81% 0.36% -
HSV(B) 345.41º 0.9% 0.65% -
XYZ 16.36 8.66 4.18 -
YUV 65.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 165 17 53 0 0.90 0.68 0.35 345.41 0.81 0.36
Hex A5 11 35 0 5A 44 23 159 51 24
Octal 245 21 65 0 132 104 43 531 121 44
Binary 10100101 10001 110101 0 1011010 1000100 100011 101011001 1010001 100100

Color Harmonies of #A51135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51135

Black with #A51135

Text Example


Text Example

White with #A51135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51135; }

 p { color: rgb(165,17,53); }

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

background-color css

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

 a { background-color: rgb(165,17,53); }

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

border-color css

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

 span { border-color: rgb(165,17,53); }

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