Html Css Color HEX #B75418 Rust

📋 copy color: '#B75418'

red 183 ◦ green 84 ◦ blue 24

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

Shades of Rust #B75418

Tints of Rust #B75418

RGB

 RED value IS 183 (71.88% from 255) = 62.89%

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 62.89%
G = 28.87%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B75418 (or 0xB75418) is known color: Rust. HEX triplet: B7, 54 and 18. RGB value is (183,84,24). Sum of RGB (Red+Green+Blue) = 183+84+24=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B75418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75418 is #48ABE7. Grayscale: #6B6B6B. Windows color (decimal): -4762600 or 1594551. OLE color: 1594551.

HSL color Cylindrical-coordinate representation of color #B75418: hue angle of 22.64º 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 #B75418 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 84 24 -
CMYK 0 0.54 0.87 0.28
HSL 22.64º 0.77% 0.41% -
HSV(B) 22.64º 0.87% 0.72% -
XYZ 22.86 16.47 2.84 -
YUV 106.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 183 84 24 0 0.54 0.87 0.28 22.64 0.77 0.41
Hex B7 54 18 0 36 57 1C 17 4D 29
Octal 267 124 30 0 66 127 34 27 115 51
Binary 10110111 1010100 11000 0 110110 1010111 11100 10111 1001101 101001

Color Harmonies of #B75418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75418

Black with #B75418

Text Example


Text Example

White with #B75418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75418; }

 p { color: rgb(183,84,24); }

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

background-color css

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

 a { background-color: rgb(183,84,24); }

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

border-color css

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

 span { border-color: rgb(183,84,24); }

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