Html Css Color HEX #B05018 Rust

📋 copy color: '#B05018'

red 176 ◦ green 80 ◦ blue 24

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

Shades of Rust #B05018

Tints of Rust #B05018

RGB

 RED value IS 176 (69.14% from 255) = 62.86%

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 62.86%
G = 28.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B05018 (or 0xB05018) is known color: Rust. HEX triplet: B0, 50 and 18. RGB value is (176,80,24). Sum of RGB (Red+Green+Blue) = 176+80+24=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05018 is #4FAFE7. Grayscale: #666666. Windows color (decimal): -5222376 or 1593520. OLE color: 1593520.

HSL color Cylindrical-coordinate representation of color #B05018: hue angle of 22.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B05018 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 24 -
CMYK 0 0.55 0.86 0.31
HSL 22.11º 0.76% 0.39% -
HSV(B) 22.11º 0.86% 0.69% -
XYZ 20.94 15.03 2.66 -
YUV 102.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 176 80 24 0 0.55 0.86 0.31 22.11 0.76 0.39
Hex B0 50 18 0 37 56 1F 16 4C 27
Octal 260 120 30 0 67 126 37 26 114 47
Binary 10110000 1010000 11000 0 110111 1010110 11111 10110 1001100 100111

Color Harmonies of #B05018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05018

Black with #B05018

Text Example


Text Example

White with #B05018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05018; }

 p { color: rgb(176,80,24); }

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

background-color css

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

 a { background-color: rgb(176,80,24); }

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

border-color css

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

 span { border-color: rgb(176,80,24); }

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