Html Css Color HEX #B5530E Rust

📋 copy color: '#B5530E'

red 181 ◦ green 83 ◦ blue 14

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

Shades of Rust #B5530E

Tints of Rust #B5530E

RGB

 RED value IS 181 (71.09% from 255) = 65.11%

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

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

R = 65.11%
G = 29.86%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5530E (or 0xB5530E) is known color: Rust. HEX triplet: B5, 53 and 0E. RGB value is (181,83,14). Sum of RGB (Red+Green+Blue) = 181+83+14=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5530E is #4AACF1. Grayscale: #686868. Windows color (decimal): -4893938 or 938933. OLE color: 938933.

HSL color Cylindrical-coordinate representation of color #B5530E: hue angle of 24.79º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5530E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 14 -
CMYK 0 0.54 0.92 0.29
HSL 24.79º 0.86% 0.38% -
HSV(B) 24.79º 0.92% 0.71% -
XYZ 22.23 16.04 2.34 -
YUV 104.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 181 83 14 0 0.54 0.92 0.29 24.79 0.86 0.38
Hex B5 53 E 0 36 5C 1D 19 56 26
Octal 265 123 16 0 66 134 35 31 126 46
Binary 10110101 1010011 1110 0 110110 1011100 11101 11001 1010110 100110

Color Harmonies of #B5530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5530E

Black with #B5530E

Text Example


Text Example

White with #B5530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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