Html Css Color HEX #B8340B Rust

📋 copy color: '#B8340B'

red 184 ◦ green 52 ◦ blue 11

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

Shades of Rust #B8340B

Tints of Rust #B8340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 74.49%
G = 21.05%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8340B (or 0xB8340B) is known color: Rust. HEX triplet: B8, 34 and 0B. RGB value is (184,52,11). Sum of RGB (Red+Green+Blue) = 184+52+11=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8340B is #47CBF4. Grayscale: #575757. Windows color (decimal): -4705269 or 734392. OLE color: 734392.

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

Color convert

RGB 184 52 11 -
CMYK 0 0.72 0.94 0.28
HSL 14.22º 0.89% 0.38% -
HSV(B) 14.22º 0.94% 0.72% -
XYZ 21.06 12.67 1.65 -
YUV 86.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 184 52 11 0 0.72 0.94 0.28 14.22 0.89 0.38
Hex B8 34 B 0 48 5E 1C E 59 26
Octal 270 64 13 0 110 136 34 16 131 46
Binary 10111000 110100 1011 0 1001000 1011110 11100 1110 1011001 100110

Color Harmonies of #B8340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8340B

Black with #B8340B

Text Example


Text Example

White with #B8340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8340B; }

 p { color: rgb(184,52,11); }

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

background-color css

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

 a { background-color: rgb(184,52,11); }

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

border-color css

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

 span { border-color: rgb(184,52,11); }

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