Html Css Color HEX #B63600 Rust

📋 copy color: '#B63600'

red 182 ◦ green 54 ◦ blue 0

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

Shades of Rust #B63600

Tints of Rust #B63600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

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

R = 77.12%
G = 22.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63600 (or 0xB63600) is known color: Rust. HEX triplet: B6, 36 and 00. RGB value is (182,54,0). Sum of RGB (Red+Green+Blue) = 182+54+0=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B63600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63600 is #49C9FF. Grayscale: #565656. Windows color (decimal): -4835840 or 14006. OLE color: 14006.

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

Color convert

RGB 182 54 0 -
CMYK 0 0.70 1 0.29
HSL 17.8º 1% 0.36% -
HSV(B) 17.8º 1% 0.71% -
XYZ 20.61 12.58 1.34 -
YUV 86.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 182 54 0 0 0.70 1 0.29 17.8 1 0.36
Hex B6 36 0 0 46 64 1D 12 64 24
Octal 266 66 0 0 106 144 35 22 144 44
Binary 10110110 110110 0 0 1000110 1100100 11101 10010 1100100 100100

Color Harmonies of #B63600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63600

Black with #B63600

Text Example


Text Example

White with #B63600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63600; }

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

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

background-color css

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

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

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

border-color css

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

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

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