Html Css Color HEX #B63300 Rust

📋 copy color: '#B63300'

red 182 ◦ green 51 ◦ blue 0

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

Shades of Rust #B63300

Tints of Rust #B63300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 78.11%
G = 21.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B63300 (or 0xB63300) is known color: Rust. HEX triplet: B6, 33 and 00. RGB value is (182,51,0). Sum of RGB (Red+Green+Blue) = 182+51+0=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B63300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63300 is #49CCFF. Grayscale: #545454. Windows color (decimal): -4836608 or 13238. OLE color: 13238.

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

Color convert

RGB 182 51 0 -
CMYK 0 0.72 1 0.29
HSL 16.81º 1% 0.36% -
HSV(B) 16.81º 1% 0.71% -
XYZ 20.48 12.31 1.3 -
YUV 84.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 182 51 0 0 0.72 1 0.29 16.81 1 0.36
Hex B6 33 0 0 48 64 1D 11 64 24
Octal 266 63 0 0 110 144 35 21 144 44
Binary 10110110 110011 0 0 1001000 1100100 11101 10001 1100100 100100

Color Harmonies of #B63300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63300

Black with #B63300

Text Example


Text Example

White with #B63300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63300; }

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

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

background-color css

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

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

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

border-color css

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

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

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