Html Css Color HEX #B63900 Rust

📋 copy color: '#B63900'

red 182 ◦ green 57 ◦ blue 0

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

Shades of Rust #B63900

Tints of Rust #B63900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.15%
G = 23.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63900 (or 0xB63900) is known color: Rust. HEX triplet: B6, 39 and 00. RGB value is (182,57,0). Sum of RGB (Red+Green+Blue) = 182+57+0=239 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.15% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 182 - color contains mainly: red. Hex color #B63900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63900 is #49C6FF. Grayscale: #585858. Windows color (decimal): -4835072 or 14774. OLE color: 14774.

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

Color convert

RGB 182 57 0 -
CMYK 0 0.69 1 0.29
HSL 18.79º 1% 0.36% -
HSV(B) 18.79º 1% 0.71% -
XYZ 20.75 12.87 1.39 -
YUV 87.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 182 57 0 0 0.69 1 0.29 18.79 1 0.36
Hex B6 39 0 0 45 64 1D 13 64 24
Octal 266 71 0 0 105 144 35 23 144 44
Binary 10110110 111001 0 0 1000101 1100100 11101 10011 1100100 100100

Color Harmonies of #B63900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63900

Black with #B63900

Text Example


Text Example

White with #B63900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63900; }

 p { color: rgb(182,57,0); }

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

background-color css

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

 a { background-color: rgb(182,57,0); }

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

border-color css

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

 span { border-color: rgb(182,57,0); }

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