Html Css Color HEX #B85318 Rust

📋 copy color: '#B85318'

red 184 ◦ green 83 ◦ blue 24

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

Shades of Rust #B85318

Tints of Rust #B85318

RGB

 RED value IS 184 (72.27% from 255) = 63.23%

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

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 63.23%
G = 28.52%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B85318 (or 0xB85318) is known color: Rust. HEX triplet: B8, 53 and 18. RGB value is (184,83,24). Sum of RGB (Red+Green+Blue) = 184+83+24=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B85318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85318 is #47ACE7. Grayscale: #6A6A6A. Windows color (decimal): -4697320 or 1594296. OLE color: 1594296.

HSL color Cylindrical-coordinate representation of color #B85318: hue angle of 22.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B85318 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 83 24 -
CMYK 0 0.55 0.87 0.28
HSL 22.13º 0.77% 0.41% -
HSV(B) 22.13º 0.87% 0.72% -
XYZ 23.03 16.44 2.82 -
YUV 106.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 184 83 24 0 0.55 0.87 0.28 22.13 0.77 0.41
Hex B8 53 18 0 37 57 1C 16 4D 29
Octal 270 123 30 0 67 127 34 26 115 51
Binary 10111000 1010011 11000 0 110111 1010111 11100 10110 1001101 101001

Color Harmonies of #B85318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85318

Black with #B85318

Text Example


Text Example

White with #B85318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85318; }

 p { color: rgb(184,83,24); }

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

background-color css

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

 a { background-color: rgb(184,83,24); }

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

border-color css

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

 span { border-color: rgb(184,83,24); }

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