Html Css Color HEX #B5350A Rust

📋 copy color: '#B5350A'

red 181 ◦ green 53 ◦ blue 10

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

Shades of Rust #B5350A

Tints of Rust #B5350A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 74.18%
G = 21.72%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5350A (or 0xB5350A) is known color: Rust. HEX triplet: B5, 35 and 0A. RGB value is (181,53,10). Sum of RGB (Red+Green+Blue) = 181+53+10=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B5350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5350A is #4ACAF5. Grayscale: #565656. Windows color (decimal): -4901622 or 669109. OLE color: 669109.

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

Color convert

RGB 181 53 10 -
CMYK 0 0.71 0.94 0.29
HSL 15.09º 0.9% 0.37% -
HSV(B) 15.09º 0.94% 0.71% -
XYZ 20.38 12.39 1.6 -
YUV 86.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 181 53 10 0 0.71 0.94 0.29 15.09 0.9 0.37
Hex B5 35 A 0 47 5E 1D F 5A 25
Octal 265 65 12 0 107 136 35 17 132 45
Binary 10110101 110101 1010 0 1000111 1011110 11101 1111 1011010 100101

Color Harmonies of #B5350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5350A

Black with #B5350A

Text Example


Text Example

White with #B5350A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5350A; }

 p { color: rgb(181,53,10); }

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

background-color css

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

 a { background-color: rgb(181,53,10); }

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

border-color css

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

 span { border-color: rgb(181,53,10); }

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