Html Css Color HEX #B7530E Rust

📋 copy color: '#B7530E'

red 183 ◦ green 83 ◦ blue 14

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

Shades of Rust #B7530E

Tints of Rust #B7530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5%

R = 65.36%
G = 29.64%
B = 5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7530E (or 0xB7530E) is known color: Rust. HEX triplet: B7, 53 and 0E. RGB value is (183,83,14). Sum of RGB (Red+Green+Blue) = 183+83+14=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7530E is #48ACF1. Grayscale: #696969. Windows color (decimal): -4762866 or 938935. OLE color: 938935.

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

Color convert

RGB 183 83 14 -
CMYK 0 0.55 0.92 0.28
HSL 24.5º 0.86% 0.39% -
HSV(B) 24.5º 0.92% 0.72% -
XYZ 22.7 16.29 2.36 -
YUV 105.03 76.63 183.61 -
System Red Green Blue C M Y K H S L
Decimal 183 83 14 0 0.55 0.92 0.28 24.5 0.86 0.39
Hex B7 53 E 0 37 5C 1C 18 56 27
Octal 267 123 16 0 67 134 34 30 126 47
Binary 10110111 1010011 1110 0 110111 1011100 11100 11000 1010110 100111

Color Harmonies of #B7530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7530E

Black with #B7530E

Text Example


Text Example

White with #B7530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7530E; }

 p { color: rgb(183,83,14); }

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

background-color css

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

 a { background-color: rgb(183,83,14); }

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

border-color css

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

 span { border-color: rgb(183,83,14); }

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