Html Css Color HEX #B65000 Rust

📋 copy color: '#B65000'

red 182 ◦ green 80 ◦ blue 0

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

Shades of Rust #B65000

Tints of Rust #B65000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 69.47%
G = 30.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B65000 (or 0xB65000) is known color: Rust. HEX triplet: B6, 50 and 00. RGB value is (182,80,0). Sum of RGB (Red+Green+Blue) = 182+80+0=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B65000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65000 is #49AFFF. Grayscale: #656565. Windows color (decimal): -4829184 or 20662. OLE color: 20662.

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

Color convert

RGB 182 80 0 -
CMYK 0 0.56 1 0.29
HSL 26.37º 1% 0.36% -
HSV(B) 26.37º 1% 0.71% -
XYZ 22.16 15.68 1.86 -
YUV 101.38 70.79 185.5 -
System Red Green Blue C M Y K H S L
Decimal 182 80 0 0 0.56 1 0.29 26.37 1 0.36
Hex B6 50 0 0 38 64 1D 1A 64 24
Octal 266 120 0 0 70 144 35 32 144 44
Binary 10110110 1010000 0 0 111000 1100100 11101 11010 1100100 100100

Color Harmonies of #B65000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65000

Black with #B65000

Text Example


Text Example

White with #B65000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65000; }

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

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

background-color css

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

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

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

border-color css

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

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

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