Html Css Color HEX #A13A2C Rock Spray

📋 copy color: '#A13A2C'

red 161 ◦ green 58 ◦ blue 44

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

Shades of Rock Spray #A13A2C

Tints of Rock Spray #A13A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.05%

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 61.22%
G = 22.05%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A13A2C (or 0xA13A2C) is known color: Rock Spray. HEX triplet: A1, 3A and 2C. RGB value is (161,58,44). Sum of RGB (Red+Green+Blue) = 161+58+44=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13A2C is #5EC5D3. Grayscale: #575757. Windows color (decimal): -6211028 or 2898593. OLE color: 2898593.

HSL color Cylindrical-coordinate representation of color #A13A2C: hue angle of 7.18º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13A2C is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 58 44 -
CMYK 0 0.64 0.73 0.37
HSL 7.18º 0.57% 0.4% -
HSV(B) 7.18º 0.73% 0.63% -
XYZ 16.67 10.79 3.59 -
YUV 87.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 161 58 44 0 0.64 0.73 0.37 7.18 0.57 0.4
Hex A1 3A 2C 0 40 49 25 7 39 28
Octal 241 72 54 0 100 111 45 7 71 50
Binary 10100001 111010 101100 0 1000000 1001001 100101 111 111001 101000

Color Harmonies of #A13A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A2C

Black with #A13A2C

Text Example


Text Example

White with #A13A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A2C; }

 p { color: rgb(161,58,44); }

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

background-color css

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

 a { background-color: rgb(161,58,44); }

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

border-color css

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

 span { border-color: rgb(161,58,44); }

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