Html Css Color HEX #B7340C Rust

📋 copy color: '#B7340C'

red 183 ◦ green 52 ◦ blue 12

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

Shades of Rust #B7340C

Tints of Rust #B7340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 74.09%
G = 21.05%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7340C (or 0xB7340C) is known color: Rust. HEX triplet: B7, 34 and 0C. RGB value is (183,52,12). Sum of RGB (Red+Green+Blue) = 183+52+12=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7340C is #48CBF3. Grayscale: #565656. Windows color (decimal): -4770804 or 799927. OLE color: 799927.

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

Color convert

RGB 183 52 12 -
CMYK 0 0.72 0.93 0.28
HSL 14.04º 0.88% 0.38% -
HSV(B) 14.04º 0.93% 0.72% -
XYZ 20.82 12.55 1.67 -
YUV 86.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 183 52 12 0 0.72 0.93 0.28 14.04 0.88 0.38
Hex B7 34 C 0 48 5D 1C E 58 26
Octal 267 64 14 0 110 135 34 16 130 46
Binary 10110111 110100 1100 0 1001000 1011101 11100 1110 1011000 100110

Color Harmonies of #B7340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7340C

Black with #B7340C

Text Example


Text Example

White with #B7340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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