Html Css Color HEX #A13B25 Rock Spray

📋 copy color: '#A13B25'

red 161 ◦ green 59 ◦ blue 37

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

Shades of Rock Spray #A13B25

Tints of Rock Spray #A13B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 62.65%
G = 22.96%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A13B25 (or 0xA13B25) is known color: Rock Spray. HEX triplet: A1, 3B and 25. RGB value is (161,59,37). Sum of RGB (Red+Green+Blue) = 161+59+37=257 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.65% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13B25 is #5EC4DA. Grayscale: #575757. Windows color (decimal): -6210779 or 2440097. OLE color: 2440097.

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

Color convert

RGB 161 59 37 -
CMYK 0 0.63 0.77 0.37
HSL 10.65º 0.63% 0.39% -
HSV(B) 10.65º 0.77% 0.63% -
XYZ 16.6 10.84 2.97 -
YUV 86.99 99.79 180.79 -
System Red Green Blue C M Y K H S L
Decimal 161 59 37 0 0.63 0.77 0.37 10.65 0.63 0.39
Hex A1 3B 25 0 3F 4D 25 B 3F 27
Octal 241 73 45 0 77 115 45 13 77 47
Binary 10100001 111011 100101 0 111111 1001101 100101 1011 111111 100111

Color Harmonies of #A13B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B25

Black with #A13B25

Text Example


Text Example

White with #A13B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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