Html Css Color HEX #B65315 Rust

📋 copy color: '#B65315'

red 182 ◦ green 83 ◦ blue 21

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

Shades of Rust #B65315

Tints of Rust #B65315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.34%

R = 63.64%
G = 29.02%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65315 (or 0xB65315) is known color: Rust. HEX triplet: B6, 53 and 15. RGB value is (182,83,21). Sum of RGB (Red+Green+Blue) = 182+83+21=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B65315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65315 is #49ACEA. Grayscale: #696969. Windows color (decimal): -4828395 or 1397686. OLE color: 1397686.

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

Color convert

RGB 182 83 21 -
CMYK 0 0.54 0.88 0.29
HSL 23.11º 0.79% 0.4% -
HSV(B) 23.11º 0.88% 0.71% -
XYZ 22.52 16.19 2.65 -
YUV 105.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 182 83 21 0 0.54 0.88 0.29 23.11 0.79 0.4
Hex B6 53 15 0 36 58 1D 17 4F 28
Octal 266 123 25 0 66 130 35 27 117 50
Binary 10110110 1010011 10101 0 110110 1011000 11101 10111 1001111 101000

Color Harmonies of #B65315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65315

Black with #B65315

Text Example


Text Example

White with #B65315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65315; }

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

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

background-color css

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

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

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

border-color css

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

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

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