Html Css Color HEX #B65311 Rust

📋 copy color: '#B65311'

red 182 ◦ green 83 ◦ blue 17

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

Shades of Rust #B65311

Tints of Rust #B65311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 64.54%
G = 29.43%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B65311 (or 0xB65311) is known color: Rust. HEX triplet: B6, 53 and 11. RGB value is (182,83,17). Sum of RGB (Red+Green+Blue) = 182+83+17=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B65311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65311 is #49ACEE. Grayscale: #696969. Windows color (decimal): -4828399 or 1135542. OLE color: 1135542.

HSL color Cylindrical-coordinate representation of color #B65311: hue angle of 24º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B65311 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 17 -
CMYK 0 0.54 0.91 0.29
HSL 24º 0.83% 0.39% -
HSV(B) 24º 0.91% 0.71% -
XYZ 22.49 16.17 2.47 -
YUV 105.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 182 83 17 0 0.54 0.91 0.29 24 0.83 0.39
Hex B6 53 11 0 36 5B 1D 18 53 27
Octal 266 123 21 0 66 133 35 30 123 47
Binary 10110110 1010011 10001 0 110110 1011011 11101 11000 1010011 100111

Color Harmonies of #B65311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65311

Black with #B65311

Text Example


Text Example

White with #B65311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65311; }

 p { color: rgb(182,83,17); }

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

background-color css

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

 a { background-color: rgb(182,83,17); }

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

border-color css

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

 span { border-color: rgb(182,83,17); }

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