Html Css Color HEX #A13B2E Rock Spray

📋 copy color: '#A13B2E'

red 161 ◦ green 59 ◦ blue 46

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

Shades of Rock Spray #A13B2E

Tints of Rock Spray #A13B2E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 60.53%
G = 22.18%
B = 17.29%

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

#A13B2E (or 0xA13B2E) is known color: Rock Spray. HEX triplet: A1, 3B and 2E. RGB value is (161,59,46). Sum of RGB (Red+Green+Blue) = 161+59+46=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13B2E is #5EC4D1. Grayscale: #585858. Windows color (decimal): -6210770 or 3029921. OLE color: 3029921.

HSL color Cylindrical-coordinate representation of color #A13B2E: hue angle of 6.78º degrees, saturation: 0.56, 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 #A13B2E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 59 46 -
CMYK 0 0.63 0.71 0.37
HSL 6.78º 0.56% 0.41% -
HSV(B) 6.78º 0.71% 0.63% -
XYZ 16.76 10.9 3.81 -
YUV 88.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 161 59 46 0 0.63 0.71 0.37 6.78 0.56 0.41
Hex A1 3B 2E 0 3F 47 25 7 38 29
Octal 241 73 56 0 77 107 45 7 70 51
Binary 10100001 111011 101110 0 111111 1000111 100101 111 111000 101001

Color Harmonies of #A13B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B2E

Black with #A13B2E

Text Example


Text Example

White with #A13B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B2E; }

 p { color: rgb(161,59,46); }

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

background-color css

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

 a { background-color: rgb(161,59,46); }

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

border-color css

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

 span { border-color: rgb(161,59,46); }

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