Html Css Color HEX #B63800 Rust

📋 copy color: '#B63800'

red 182 ◦ green 56 ◦ blue 0

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

Shades of Rust #B63800

Tints of Rust #B63800

RGB

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

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

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

R = 76.47%
G = 23.53%
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

#B63800 (or 0xB63800) is known color: Rust. HEX triplet: B6, 38 and 00. RGB value is (182,56,0). Sum of RGB (Red+Green+Blue) = 182+56+0=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B63800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63800 is #49C7FF. Grayscale: #575757. Windows color (decimal): -4835328 or 14518. OLE color: 14518.

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

Color convert

RGB 182 56 0 -
CMYK 0 0.69 1 0.29
HSL 18.46º 1% 0.36% -
HSV(B) 18.46º 1% 0.71% -
XYZ 20.71 12.77 1.37 -
YUV 87.29 78.74 195.55 -
System Red Green Blue C M Y K H S L
Decimal 182 56 0 0 0.69 1 0.29 18.46 1 0.36
Hex B6 38 0 0 45 64 1D 12 64 24
Octal 266 70 0 0 105 144 35 22 144 44
Binary 10110110 111000 0 0 1000101 1100100 11101 10010 1100100 100100

Color Harmonies of #B63800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63800

Black with #B63800

Text Example


Text Example

White with #B63800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63800; }

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

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

background-color css

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

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

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

border-color css

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

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

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