Html Css Color HEX #B63500 Rust

📋 copy color: '#B63500'

red 182 ◦ green 53 ◦ blue 0

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

Shades of Rust #B63500

Tints of Rust #B63500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 77.45%
G = 22.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63500 (or 0xB63500) is known color: Rust. HEX triplet: B6, 35 and 00. RGB value is (182,53,0). Sum of RGB (Red+Green+Blue) = 182+53+0=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B63500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63500 is #49CAFF. Grayscale: #555555. Windows color (decimal): -4836096 or 13750. OLE color: 13750.

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

Color convert

RGB 182 53 0 -
CMYK 0 0.71 1 0.29
HSL 17.47º 1% 0.36% -
HSV(B) 17.47º 1% 0.71% -
XYZ 20.56 12.49 1.33 -
YUV 85.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 182 53 0 0 0.71 1 0.29 17.47 1 0.36
Hex B6 35 0 0 47 64 1D 11 64 24
Octal 266 65 0 0 107 144 35 21 144 44
Binary 10110110 110101 0 0 1000111 1100100 11101 10001 1100100 100100

Color Harmonies of #B63500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63500

Black with #B63500

Text Example


Text Example

White with #B63500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63500; }

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

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

background-color css

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

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

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

border-color css

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

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

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