Html Css Color HEX #A13D29 Rock Spray

📋 copy color: '#A13D29'

red 161 ◦ green 61 ◦ blue 41

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

Shades of Rock Spray #A13D29

Tints of Rock Spray #A13D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 61.22%
G = 23.19%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A13D29 (or 0xA13D29) is known color: Rock Spray. HEX triplet: A1, 3D and 29. RGB value is (161,61,41). Sum of RGB (Red+Green+Blue) = 161+61+41=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D29 is #5EC2D6. Grayscale: #585858. Windows color (decimal): -6210263 or 2702753. OLE color: 2702753.

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

Color convert

RGB 161 61 41 -
CMYK 0 0.62 0.75 0.37
HSL 10º 0.59% 0.4% -
HSV(B) 10º 0.75% 0.63% -
XYZ 16.77 11.07 3.35 -
YUV 88.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 161 61 41 0 0.62 0.75 0.37 10 0.59 0.4
Hex A1 3D 29 0 3E 4B 25 A 3B 28
Octal 241 75 51 0 76 113 45 12 73 50
Binary 10100001 111101 101001 0 111110 1001011 100101 1010 111011 101000

Color Harmonies of #A13D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D29

Black with #A13D29

Text Example


Text Example

White with #A13D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D29; }

 p { color: rgb(161,61,41); }

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

background-color css

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

 a { background-color: rgb(161,61,41); }

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

border-color css

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

 span { border-color: rgb(161,61,41); }

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