Html Css Color HEX #A63208 Rust

📋 copy color: '#A63208'

red 166 ◦ green 50 ◦ blue 8

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

Shades of Rust #A63208

Tints of Rust #A63208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

 BLUE value IS 8 (3.52% from 255) = 3.57%

R = 74.11%
G = 22.32%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A63208 (or 0xA63208) is known color: Rust. HEX triplet: A6, 32 and 08. RGB value is (166,50,8). Sum of RGB (Red+Green+Blue) = 166+50+8=224 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.11% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 166 - color contains mainly: red. Hex color #A63208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63208 is #59CDF7. Grayscale: #505050. Windows color (decimal): -5885432 or 537254. OLE color: 537254.

HSL color Cylindrical-coordinate representation of color #A63208: hue angle of 15.95º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A63208 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 8 -
CMYK 0 0.70 0.95 0.35
HSL 15.95º 0.91% 0.34% -
HSV(B) 15.95º 0.95% 0.65% -
XYZ 16.91 10.41 1.35 -
YUV 79.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 166 50 8 0 0.70 0.95 0.35 15.95 0.91 0.34
Hex A6 32 8 0 46 5F 23 10 5B 22
Octal 246 62 10 0 106 137 43 20 133 42
Binary 10100110 110010 1000 0 1000110 1011111 100011 10000 1011011 100010

Color Harmonies of #A63208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63208

Black with #A63208

Text Example


Text Example

White with #A63208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63208; }

 p { color: rgb(166,50,8); }

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

background-color css

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

 a { background-color: rgb(166,50,8); }

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

border-color css

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

 span { border-color: rgb(166,50,8); }

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