Html Css Color HEX #B65305 Rust

📋 copy color: '#B65305'

red 182 ◦ green 83 ◦ blue 5

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

Shades of Rust #B65305

Tints of Rust #B65305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 67.41%
G = 30.74%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B65305 (or 0xB65305) is known color: Rust. HEX triplet: B6, 53 and 05. RGB value is (182,83,5). Sum of RGB (Red+Green+Blue) = 182+83+5=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B65305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65305 is #49ACFA. Grayscale: #686868. Windows color (decimal): -4828411 or 349110. OLE color: 349110.

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

Color convert

RGB 182 83 5 -
CMYK 0 0.54 0.97 0.29
HSL 26.44º 0.95% 0.37% -
HSV(B) 26.44º 0.97% 0.71% -
XYZ 22.41 16.14 2.08 -
YUV 103.71 72.3 183.84 -
System Red Green Blue C M Y K H S L
Decimal 182 83 5 0 0.54 0.97 0.29 26.44 0.95 0.37
Hex B6 53 5 0 36 61 1D 1A 5F 25
Octal 266 123 5 0 66 141 35 32 137 45
Binary 10110110 1010011 101 0 110110 1100001 11101 11010 1011111 100101

Color Harmonies of #B65305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65305

Black with #B65305

Text Example


Text Example

White with #B65305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65305; }

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

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

background-color css

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

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

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

border-color css

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

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

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