Html Css Color HEX #B7540C Rust

📋 copy color: '#B7540C'

red 183 ◦ green 84 ◦ blue 12

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

Shades of Rust #B7540C

Tints of Rust #B7540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.3%

R = 65.59%
G = 30.11%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7540C (or 0xB7540C) is known color: Rust. HEX triplet: B7, 54 and 0C. RGB value is (183,84,12). Sum of RGB (Red+Green+Blue) = 183+84+12=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540C is #48ABF3. Grayscale: #696969. Windows color (decimal): -4762612 or 808119. OLE color: 808119.

HSL color Cylindrical-coordinate representation of color #B7540C: hue angle of 25.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7540C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 84 12 -
CMYK 0 0.54 0.93 0.28
HSL 25.26º 0.88% 0.38% -
HSV(B) 25.26º 0.93% 0.72% -
XYZ 22.77 16.43 2.32 -
YUV 105.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 183 84 12 0 0.54 0.93 0.28 25.26 0.88 0.38
Hex B7 54 C 0 36 5D 1C 19 58 26
Octal 267 124 14 0 66 135 34 31 130 46
Binary 10110111 1010100 1100 0 110110 1011101 11100 11001 1011000 100110

Color Harmonies of #B7540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7540C

Black with #B7540C

Text Example


Text Example

White with #B7540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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