Html Css Color HEX #B45310 Rust

📋 copy color: '#B45310'

red 180 ◦ green 83 ◦ blue 16

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

Shades of Rust #B45310

Tints of Rust #B45310

RGB

 RED value IS 180 (70.7% from 255) = 64.52%

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

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

R = 64.52%
G = 29.75%
B = 5.73%

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

#B45310 (or 0xB45310) is known color: Rust. HEX triplet: B4, 53 and 10. RGB value is (180,83,16). Sum of RGB (Red+Green+Blue) = 180+83+16=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B45310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45310 is #4BACEF. Grayscale: #686868. Windows color (decimal): -4959472 or 1070004. OLE color: 1070004.

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

Color convert

RGB 180 83 16 -
CMYK 0 0.54 0.91 0.29
HSL 24.51º 0.84% 0.38% -
HSV(B) 24.51º 0.91% 0.71% -
XYZ 22.01 15.93 2.4 -
YUV 104.37 78.14 181.95 -
System Red Green Blue C M Y K H S L
Decimal 180 83 16 0 0.54 0.91 0.29 24.51 0.84 0.38
Hex B4 53 10 0 36 5B 1D 19 54 26
Octal 264 123 20 0 66 133 35 31 124 46
Binary 10110100 1010011 10000 0 110110 1011011 11101 11001 1010100 100110

Color Harmonies of #B45310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45310

Black with #B45310

Text Example


Text Example

White with #B45310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45310; }

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

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

background-color css

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

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

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

border-color css

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

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

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