Html Css Color HEX #B65310 Rust

📋 copy color: '#B65310'

red 182 ◦ green 83 ◦ blue 16

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

Shades of Rust #B65310

Tints of Rust #B65310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 64.77%
G = 29.54%
B = 5.69%

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

#B65310 (or 0xB65310) is known color: Rust. HEX triplet: B6, 53 and 10. RGB value is (182,83,16). Sum of RGB (Red+Green+Blue) = 182+83+16=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B65310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65310 is #49ACEF. Grayscale: #696969. Windows color (decimal): -4828400 or 1070006. OLE color: 1070006.

HSL color Cylindrical-coordinate representation of color #B65310: hue angle of 24.22º degrees, saturation: 0.84, 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 #B65310 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 83 16 -
CMYK 0 0.54 0.91 0.29
HSL 24.22º 0.84% 0.39% -
HSV(B) 24.22º 0.91% 0.71% -
XYZ 22.48 16.17 2.43 -
YUV 104.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 182 83 16 0 0.54 0.91 0.29 24.22 0.84 0.39
Hex B6 53 10 0 36 5B 1D 18 54 27
Octal 266 123 20 0 66 133 35 30 124 47
Binary 10110110 1010011 10000 0 110110 1011011 11101 11000 1010100 100111

Color Harmonies of #B65310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65310

Black with #B65310

Text Example


Text Example

White with #B65310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65310; }

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

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

background-color css

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

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

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

border-color css

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

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

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