Html Css Color HEX #B8530E Rust

📋 copy color: '#B8530E'

red 184 ◦ green 83 ◦ blue 14

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

Shades of Rust #B8530E

Tints of Rust #B8530E

RGB

 RED value IS 184 (72.27% from 255) = 65.48%

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

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

R = 65.48%
G = 29.54%
B = 4.98%

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

#B8530E (or 0xB8530E) is known color: Rust. HEX triplet: B8, 53 and 0E. RGB value is (184,83,14). Sum of RGB (Red+Green+Blue) = 184+83+14=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8530E is #47ACF1. Grayscale: #696969. Windows color (decimal): -4697330 or 938936. OLE color: 938936.

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

Color convert

RGB 184 83 14 -
CMYK 0 0.55 0.92 0.28
HSL 24.35º 0.86% 0.39% -
HSV(B) 24.35º 0.92% 0.72% -
XYZ 22.94 16.41 2.37 -
YUV 105.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 184 83 14 0 0.55 0.92 0.28 24.35 0.86 0.39
Hex B8 53 E 0 37 5C 1C 18 56 27
Octal 270 123 16 0 67 134 34 30 126 47
Binary 10111000 1010011 1110 0 110111 1011100 11100 11000 1010110 100111

Color Harmonies of #B8530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8530E

Black with #B8530E

Text Example


Text Example

White with #B8530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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