Html Css Color HEX #A13C2F Rock Spray

📋 copy color: '#A13C2F'

red 161 ◦ green 60 ◦ blue 47

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

Shades of Rock Spray #A13C2F

Tints of Rock Spray #A13C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 60.07%
G = 22.39%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A13C2F (or 0xA13C2F) is known color: Rock Spray. HEX triplet: A1, 3C and 2F. RGB value is (161,60,47). Sum of RGB (Red+Green+Blue) = 161+60+47=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13C2F is #5EC3D0. Grayscale: #585858. Windows color (decimal): -6210513 or 3095713. OLE color: 3095713.

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

Color convert

RGB 161 60 47 -
CMYK 0 0.63 0.71 0.37
HSL 6.84º 0.55% 0.41% -
HSV(B) 6.84º 0.71% 0.63% -
XYZ 16.83 11.01 3.93 -
YUV 88.72 104.46 179.56 -
System Red Green Blue C M Y K H S L
Decimal 161 60 47 0 0.63 0.71 0.37 6.84 0.55 0.41
Hex A1 3C 2F 0 3F 47 25 7 37 29
Octal 241 74 57 0 77 107 45 7 67 51
Binary 10100001 111100 101111 0 111111 1000111 100101 111 110111 101001

Color Harmonies of #A13C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C2F

Black with #A13C2F

Text Example


Text Example

White with #A13C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C2F; }

 p { color: rgb(161,60,47); }

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

background-color css

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

 a { background-color: rgb(161,60,47); }

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

border-color css

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

 span { border-color: rgb(161,60,47); }

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