Html Css Color HEX #B63806 Rust

📋 copy color: '#B63806'

red 182 ◦ green 56 ◦ blue 6

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

Shades of Rust #B63806

Tints of Rust #B63806

RGB

 RED value IS 182 (71.48% from 255) = 74.59%

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

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 74.59%
G = 22.95%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B63806 (or 0xB63806) is known color: Rust. HEX triplet: B6, 38 and 06. RGB value is (182,56,6). Sum of RGB (Red+Green+Blue) = 182+56+6=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63806 is #49C7F9. Grayscale: #585858. Windows color (decimal): -4835322 or 407734. OLE color: 407734.

HSL color Cylindrical-coordinate representation of color #B63806: hue angle of 17.05º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B63806 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 6 -
CMYK 0 0.69 0.97 0.29
HSL 17.05º 0.94% 0.37% -
HSV(B) 17.05º 0.97% 0.71% -
XYZ 20.74 12.79 1.55 -
YUV 87.97 81.74 195.07 -
System Red Green Blue C M Y K H S L
Decimal 182 56 6 0 0.69 0.97 0.29 17.05 0.94 0.37
Hex B6 38 6 0 45 61 1D 11 5E 25
Octal 266 70 6 0 105 141 35 21 136 45
Binary 10110110 111000 110 0 1000101 1100001 11101 10001 1011110 100101

Color Harmonies of #B63806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63806

Black with #B63806

Text Example


Text Example

White with #B63806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63806; }

 p { color: rgb(182,56,6); }

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

background-color css

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

 a { background-color: rgb(182,56,6); }

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

border-color css

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

 span { border-color: rgb(182,56,6); }

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