Html Css Color HEX #B7340B Rust

📋 copy color: '#B7340B'

red 183 ◦ green 52 ◦ blue 11

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

Shades of Rust #B7340B

Tints of Rust #B7340B

RGB

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

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

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

R = 74.39%
G = 21.14%
B = 4.47%

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

#B7340B (or 0xB7340B) is known color: Rust. HEX triplet: B7, 34 and 0B. RGB value is (183,52,11). Sum of RGB (Red+Green+Blue) = 183+52+11=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7340B is #48CBF4. Grayscale: #565656. Windows color (decimal): -4770805 or 734391. OLE color: 734391.

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

Color convert

RGB 183 52 11 -
CMYK 0 0.72 0.94 0.28
HSL 14.3º 0.89% 0.38% -
HSV(B) 14.3º 0.94% 0.72% -
XYZ 20.82 12.55 1.64 -
YUV 86.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 183 52 11 0 0.72 0.94 0.28 14.3 0.89 0.38
Hex B7 34 B 0 48 5E 1C E 59 26
Octal 267 64 13 0 110 136 34 16 131 46
Binary 10110111 110100 1011 0 1001000 1011110 11100 1110 1011001 100110

Color Harmonies of #B7340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7340B

Black with #B7340B

Text Example


Text Example

White with #B7340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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