Html Css Color HEX #B5340C Rust

📋 copy color: '#B5340C'

red 181 ◦ green 52 ◦ blue 12

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

Shades of Rust #B5340C

Tints of Rust #B5340C

RGB

 RED value IS 181 (71.09% from 255) = 73.88%

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

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

R = 73.88%
G = 21.22%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5340C (or 0xB5340C) is known color: Rust. HEX triplet: B5, 34 and 0C. RGB value is (181,52,12). Sum of RGB (Red+Green+Blue) = 181+52+12=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5340C is #4ACBF3. Grayscale: #565656. Windows color (decimal): -4901876 or 799925. OLE color: 799925.

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

Color convert

RGB 181 52 12 -
CMYK 0 0.71 0.93 0.29
HSL 14.2º 0.88% 0.38% -
HSV(B) 14.2º 0.93% 0.71% -
XYZ 20.35 12.31 1.65 -
YUV 86.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 181 52 12 0 0.71 0.93 0.29 14.2 0.88 0.38
Hex B5 34 C 0 47 5D 1D E 58 26
Octal 265 64 14 0 107 135 35 16 130 46
Binary 10110101 110100 1100 0 1000111 1011101 11101 1110 1011000 100110

Color Harmonies of #B5340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5340C

Black with #B5340C

Text Example


Text Example

White with #B5340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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