Html Css Color HEX #A3412C Rock Spray

📋 copy color: '#A3412C'

red 163 ◦ green 65 ◦ blue 44

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

Shades of Rock Spray #A3412C

Tints of Rock Spray #A3412C

RGB

 RED value IS 163 (64.06% from 255) = 59.93%

 GREEN value IS 65 (25.78% from 255) = 23.9%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 59.93%
G = 23.9%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3412C (or 0xA3412C) is known color: Rock Spray. HEX triplet: A3, 41 and 2C. RGB value is (163,65,44). Sum of RGB (Red+Green+Blue) = 163+65+44=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3412C is #5CBED3. Grayscale: #5C5C5C. Windows color (decimal): -6078164 or 2900387. OLE color: 2900387.

HSL color Cylindrical-coordinate representation of color #A3412C: hue angle of 10.59º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A3412C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 65 44 -
CMYK 0 0.60 0.73 0.36
HSL 10.59º 0.57% 0.41% -
HSV(B) 10.59º 0.73% 0.64% -
XYZ 17.45 11.75 3.73 -
YUV 91.91 100.97 178.71 -
System Red Green Blue C M Y K H S L
Decimal 163 65 44 0 0.60 0.73 0.36 10.59 0.57 0.41
Hex A3 41 2C 0 3C 49 24 B 39 29
Octal 243 101 54 0 74 111 44 13 71 51
Binary 10100011 1000001 101100 0 111100 1001001 100100 1011 111001 101001

Color Harmonies of #A3412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3412C

Black with #A3412C

Text Example


Text Example

White with #A3412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3412C; }

 p { color: rgb(163,65,44); }

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

background-color css

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

 a { background-color: rgb(163,65,44); }

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

border-color css

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

 span { border-color: rgb(163,65,44); }

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