Html Css Color HEX #B8530A Rust

📋 copy color: '#B8530A'

red 184 ◦ green 83 ◦ blue 10

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

Shades of Rust #B8530A

Tints of Rust #B8530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.61%

R = 66.43%
G = 29.96%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8530A (or 0xB8530A) is known color: Rust. HEX triplet: B8, 53 and 0A. RGB value is (184,83,10). Sum of RGB (Red+Green+Blue) = 184+83+10=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8530A is #47ACF5. Grayscale: #696969. Windows color (decimal): -4697334 or 676792. OLE color: 676792.

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

Color convert

RGB 184 83 10 -
CMYK 0 0.55 0.95 0.28
HSL 25.17º 0.9% 0.38% -
HSV(B) 25.17º 0.95% 0.72% -
XYZ 22.92 16.4 2.24 -
YUV 104.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 184 83 10 0 0.55 0.95 0.28 25.17 0.9 0.38
Hex B8 53 A 0 37 5F 1C 19 5A 26
Octal 270 123 12 0 67 137 34 31 132 46
Binary 10111000 1010011 1010 0 110111 1011111 11100 11001 1011010 100110

Color Harmonies of #B8530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8530A

Black with #B8530A

Text Example


Text Example

White with #B8530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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