Html Css Color HEX #A1503E Crail

📋 copy color: '#A1503E'

red 161 ◦ green 80 ◦ blue 62

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

Shades of Crail #A1503E

Tints of Crail #A1503E

RGB

 RED value IS 161 (63.28% from 255) = 53.14%

 GREEN value IS 80 (31.64% from 255) = 26.4%

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 53.14%
G = 26.4%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1503E (or 0xA1503E) is known color: Crail. HEX triplet: A1, 50 and 3E. RGB value is (161,80,62). Sum of RGB (Red+Green+Blue) = 161+80+62=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1503E is #5EAFC1. Grayscale: #666666. Windows color (decimal): -6205378 or 4083873. OLE color: 4083873.

HSL color Cylindrical-coordinate representation of color #A1503E: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1503E is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 62 -
CMYK 0 0.50 0.61 0.37
HSL 10.91º 0.44% 0.44% -
HSV(B) 10.91º 0.61% 0.63% -
XYZ 18.44 13.66 6.22 -
YUV 102.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 161 80 62 0 0.50 0.61 0.37 10.91 0.44 0.44
Hex A1 50 3E 0 32 3D 25 B 2C 2C
Octal 241 120 76 0 62 75 45 13 54 54
Binary 10100001 1010000 111110 0 110010 111101 100101 1011 101100 101100

Color Harmonies of #A1503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1503E

Black with #A1503E

Text Example


Text Example

White with #A1503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1503E; }

 p { color: rgb(161,80,62); }

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

background-color css

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

 a { background-color: rgb(161,80,62); }

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

border-color css

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

 span { border-color: rgb(161,80,62); }

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