Html Css Color HEX #A6381D Rock Spray

📋 copy color: '#A6381D'

red 166 ◦ green 56 ◦ blue 29

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

Shades of Rock Spray #A6381D

Tints of Rock Spray #A6381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 66.14%
G = 22.31%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6381D (or 0xA6381D) is known color: Rock Spray. HEX triplet: A6, 38 and 1D. RGB value is (166,56,29). Sum of RGB (Red+Green+Blue) = 166+56+29=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A6381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6381D is #59C7E2. Grayscale: #565656. Windows color (decimal): -5883875 or 1915046. OLE color: 1915046.

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

Color convert

RGB 166 56 29 -
CMYK 0 0.66 0.83 0.35
HSL 11.82º 0.7% 0.38% -
HSV(B) 11.82º 0.83% 0.65% -
XYZ 17.36 11.02 2.38 -
YUV 85.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 166 56 29 0 0.66 0.83 0.35 11.82 0.7 0.38
Hex A6 38 1D 0 42 53 23 C 46 26
Octal 246 70 35 0 102 123 43 14 106 46
Binary 10100110 111000 11101 0 1000010 1010011 100011 1100 1000110 100110

Color Harmonies of #A6381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6381D

Black with #A6381D

Text Example


Text Example

White with #A6381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6381D; }

 p { color: rgb(166,56,29); }

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

background-color css

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

 a { background-color: rgb(166,56,29); }

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

border-color css

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

 span { border-color: rgb(166,56,29); }

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