Html Css Color HEX #B63200 Rust

📋 copy color: '#B63200'

red 182 ◦ green 50 ◦ blue 0

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

Shades of Rust #B63200

Tints of Rust #B63200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 78.45%
G = 21.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63200 (or 0xB63200) is known color: Rust. HEX triplet: B6, 32 and 00. RGB value is (182,50,0). Sum of RGB (Red+Green+Blue) = 182+50+0=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B63200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63200 is #49CDFF. Grayscale: #545454. Windows color (decimal): -4836864 or 12982. OLE color: 12982.

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

Color convert

RGB 182 50 0 -
CMYK 0 0.73 1 0.29
HSL 16.48º 1% 0.36% -
HSV(B) 16.48º 1% 0.71% -
XYZ 20.43 12.23 1.28 -
YUV 83.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 182 50 0 0 0.73 1 0.29 16.48 1 0.36
Hex B6 32 0 0 49 64 1D 10 64 24
Octal 266 62 0 0 111 144 35 20 144 44
Binary 10110110 110010 0 0 1001001 1100100 11101 10000 1100100 100100

Color Harmonies of #B63200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63200

Black with #B63200

Text Example


Text Example

White with #B63200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63200; }

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

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

background-color css

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

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

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

border-color css

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

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

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