Html Css Color HEX #A5133F Cardinal

📋 copy color: '#A5133F'

red 165 ◦ green 19 ◦ blue 63

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

Shades of Cardinal #A5133F

Tints of Cardinal #A5133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.69%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 66.8%
G = 7.69%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5133F (or 0xA5133F) is known color: Cardinal. HEX triplet: A5, 13 and 3F. RGB value is (165,19,63). Sum of RGB (Red+Green+Blue) = 165+19+63=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5133F is #5AECC0. Grayscale: #434343. Windows color (decimal): -5958849 or 4133797. OLE color: 4133797.

HSL color Cylindrical-coordinate representation of color #A5133F: hue angle of 341.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5133F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 63 -
CMYK 0 0.88 0.62 0.35
HSL 341.92º 0.79% 0.36% -
HSV(B) 341.92º 0.88% 0.65% -
XYZ 16.65 8.82 5.53 -
YUV 67.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 165 19 63 0 0.88 0.62 0.35 341.92 0.79 0.36
Hex A5 13 3F 0 58 3E 23 156 4F 24
Octal 245 23 77 0 130 76 43 526 117 44
Binary 10100101 10011 111111 0 1011000 111110 100011 101010110 1001111 100100

Color Harmonies of #A5133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5133F

Black with #A5133F

Text Example


Text Example

White with #A5133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5133F; }

 p { color: rgb(165,19,63); }

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

background-color css

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

 a { background-color: rgb(165,19,63); }

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

border-color css

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

 span { border-color: rgb(165,19,63); }

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