Html Css Color HEX #A63C28 Rock Spray

📋 copy color: '#A63C28'

red 166 ◦ green 60 ◦ blue 40

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

Shades of Rock Spray #A63C28

Tints of Rock Spray #A63C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 62.41%
G = 22.56%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A63C28 (or 0xA63C28) is known color: Rock Spray. HEX triplet: A6, 3C and 28. RGB value is (166,60,40). Sum of RGB (Red+Green+Blue) = 166+60+40=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C28 is #59C3D7. Grayscale: #595959. Windows color (decimal): -5882840 or 2636966. OLE color: 2636966.

HSL color Cylindrical-coordinate representation of color #A63C28: hue angle of 9.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63C28 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 60 40 -
CMYK 0 0.64 0.76 0.35
HSL 9.52º 0.61% 0.4% -
HSV(B) 9.52º 0.76% 0.65% -
XYZ 17.72 11.49 3.29 -
YUV 89.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 166 60 40 0 0.64 0.76 0.35 9.52 0.61 0.4
Hex A6 3C 28 0 40 4C 23 A 3D 28
Octal 246 74 50 0 100 114 43 12 75 50
Binary 10100110 111100 101000 0 1000000 1001100 100011 1010 111101 101000

Color Harmonies of #A63C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C28

Black with #A63C28

Text Example


Text Example

White with #A63C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C28; }

 p { color: rgb(166,60,40); }

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

background-color css

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

 a { background-color: rgb(166,60,40); }

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

border-color css

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

 span { border-color: rgb(166,60,40); }

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