Html Css Color HEX #A6381F Rock Spray

📋 copy color: '#A6381F'

red 166 ◦ green 56 ◦ blue 31

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

Shades of Rock Spray #A6381F

Tints of Rock Spray #A6381F

RGB

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

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

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

R = 65.61%
G = 22.13%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6381F (or 0xA6381F) is known color: Rock Spray. HEX triplet: A6, 38 and 1F. RGB value is (166,56,31). Sum of RGB (Red+Green+Blue) = 166+56+31=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A6381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6381F is #59C7E0. Grayscale: #565656. Windows color (decimal): -5883873 or 2046118. OLE color: 2046118.

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

Color convert

RGB 166 56 31 -
CMYK 0 0.66 0.81 0.35
HSL 11.11º 0.69% 0.39% -
HSV(B) 11.11º 0.81% 0.65% -
XYZ 17.39 11.03 2.51 -
YUV 86.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 166 56 31 0 0.66 0.81 0.35 11.11 0.69 0.39
Hex A6 38 1F 0 42 51 23 B 45 27
Octal 246 70 37 0 102 121 43 13 105 47
Binary 10100110 111000 11111 0 1000010 1010001 100011 1011 1000101 100111

Color Harmonies of #A6381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6381F

Black with #A6381F

Text Example


Text Example

White with #A6381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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