Html Css Color HEX #B63700 Rust

📋 copy color: '#B63700'

red 182 ◦ green 55 ◦ blue 0

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

Shades of Rust #B63700

Tints of Rust #B63700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.21%

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

R = 76.79%
G = 23.21%
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

#B63700 (or 0xB63700) is known color: Rust. HEX triplet: B6, 37 and 00. RGB value is (182,55,0). Sum of RGB (Red+Green+Blue) = 182+55+0=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B63700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63700 is #49C8FF. Grayscale: #575757. Windows color (decimal): -4835584 or 14262. OLE color: 14262.

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

Color convert

RGB 182 55 0 -
CMYK 0 0.70 1 0.29
HSL 18.13º 1% 0.36% -
HSV(B) 18.13º 1% 0.71% -
XYZ 20.66 12.68 1.36 -
YUV 86.7 79.08 195.97 -
System Red Green Blue C M Y K H S L
Decimal 182 55 0 0 0.70 1 0.29 18.13 1 0.36
Hex B6 37 0 0 46 64 1D 12 64 24
Octal 266 67 0 0 106 144 35 22 144 44
Binary 10110110 110111 0 0 1000110 1100100 11101 10010 1100100 100100

Color Harmonies of #B63700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63700

Black with #B63700

Text Example


Text Example

White with #B63700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63700; }

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

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

background-color css

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

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

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

border-color css

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

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

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