Html Css Color HEX #B63406 Rust

📋 copy color: '#B63406'

red 182 ◦ green 52 ◦ blue 6

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

Shades of Rust #B63406

Tints of Rust #B63406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 75.83%
G = 21.67%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B63406 (or 0xB63406) is known color: Rust. HEX triplet: B6, 34 and 06. RGB value is (182,52,6). Sum of RGB (Red+Green+Blue) = 182+52+6=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63406 is #49CBF9. Grayscale: #555555. Windows color (decimal): -4836346 or 406710. OLE color: 406710.

HSL color Cylindrical-coordinate representation of color #B63406: hue angle of 15.68º 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 #B63406 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 6 -
CMYK 0 0.71 0.97 0.29
HSL 15.68º 0.94% 0.37% -
HSV(B) 15.68º 0.97% 0.71% -
XYZ 20.55 12.41 1.49 -
YUV 85.63 83.07 196.74 -
System Red Green Blue C M Y K H S L
Decimal 182 52 6 0 0.71 0.97 0.29 15.68 0.94 0.37
Hex B6 34 6 0 47 61 1D 10 5E 25
Octal 266 64 6 0 107 141 35 20 136 45
Binary 10110110 110100 110 0 1000111 1100001 11101 10000 1011110 100101

Color Harmonies of #B63406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63406

Black with #B63406

Text Example


Text Example

White with #B63406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63406; }

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

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

background-color css

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

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

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

border-color css

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

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

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