Html Css Color HEX #A1431F Rock Spray

📋 copy color: '#A1431F'

red 161 ◦ green 67 ◦ blue 31

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

Shades of Rock Spray #A1431F

Tints of Rock Spray #A1431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 62.16%
G = 25.87%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A1431F (or 0xA1431F) is known color: Rock Spray. HEX triplet: A1, 43 and 1F. RGB value is (161,67,31). Sum of RGB (Red+Green+Blue) = 161+67+31=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1431F is #5EBCE0. Grayscale: #5B5B5B. Windows color (decimal): -6208737 or 2048929. OLE color: 2048929.

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

Color convert

RGB 161 67 31 -
CMYK 0 0.58 0.81 0.37
HSL 16.62º 0.68% 0.38% -
HSV(B) 16.62º 0.81% 0.63% -
XYZ 16.95 11.69 2.66 -
YUV 91 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 161 67 31 0 0.58 0.81 0.37 16.62 0.68 0.38
Hex A1 43 1F 0 3A 51 25 11 44 26
Octal 241 103 37 0 72 121 45 21 104 46
Binary 10100001 1000011 11111 0 111010 1010001 100101 10001 1000100 100110

Color Harmonies of #A1431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1431F

Black with #A1431F

Text Example


Text Example

White with #A1431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1431F; }

 p { color: rgb(161,67,31); }

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

background-color css

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

 a { background-color: rgb(161,67,31); }

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

border-color css

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

 span { border-color: rgb(161,67,31); }

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