Html Css Color HEX #A6361B Rock Spray

📋 copy color: '#A6361B'

red 166 ◦ green 54 ◦ blue 27

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

Shades of Rock Spray #A6361B

Tints of Rock Spray #A6361B

RGB

 RED value IS 166 (65.23% from 255) = 67.21%

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 27 (10.94% from 255) = 10.93%

R = 67.21%
G = 21.86%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6361B (or 0xA6361B) is known color: Rock Spray. HEX triplet: A6, 36 and 1B. RGB value is (166,54,27). Sum of RGB (Red+Green+Blue) = 166+54+27=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6361B is #59C9E4. Grayscale: #545454. Windows color (decimal): -5884389 or 1783462. OLE color: 1783462.

HSL color Cylindrical-coordinate representation of color #A6361B: hue angle of 11.65º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6361B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 27 -
CMYK 0 0.67 0.84 0.35
HSL 11.65º 0.72% 0.38% -
HSV(B) 11.65º 0.84% 0.65% -
XYZ 17.24 10.82 2.22 -
YUV 84.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 166 54 27 0 0.67 0.84 0.35 11.65 0.72 0.38
Hex A6 36 1B 0 43 54 23 C 48 26
Octal 246 66 33 0 103 124 43 14 110 46
Binary 10100110 110110 11011 0 1000011 1010100 100011 1100 1001000 100110

Color Harmonies of #A6361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6361B

Black with #A6361B

Text Example


Text Example

White with #A6361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6361B; }

 p { color: rgb(166,54,27); }

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

background-color css

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

 a { background-color: rgb(166,54,27); }

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

border-color css

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

 span { border-color: rgb(166,54,27); }

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