Html Css Color HEX #A6381B Rock Spray

📋 copy color: '#A6381B'

red 166 ◦ green 56 ◦ blue 27

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

Shades of Rock Spray #A6381B

Tints of Rock Spray #A6381B

RGB

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

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

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

R = 66.67%
G = 22.49%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6381B (or 0xA6381B) is known color: Rock Spray. HEX triplet: A6, 38 and 1B. RGB value is (166,56,27). Sum of RGB (Red+Green+Blue) = 166+56+27=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6381B is #59C7E4. Grayscale: #555555. Windows color (decimal): -5883877 or 1783974. OLE color: 1783974.

HSL color Cylindrical-coordinate representation of color #A6381B: hue angle of 12.52º 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 #A6381B is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 27 -
CMYK 0 0.66 0.84 0.35
HSL 12.52º 0.72% 0.38% -
HSV(B) 12.52º 0.84% 0.65% -
XYZ 17.34 11.01 2.25 -
YUV 85.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 166 56 27 0 0.66 0.84 0.35 12.52 0.72 0.38
Hex A6 38 1B 0 42 54 23 D 48 26
Octal 246 70 33 0 102 124 43 15 110 46
Binary 10100110 111000 11011 0 1000010 1010100 100011 1101 1001000 100110

Color Harmonies of #A6381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6381B

Black with #A6381B

Text Example


Text Example

White with #A6381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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