Html Css Color HEX #B5351B Rust

📋 copy color: '#B5351B'

red 181 ◦ green 53 ◦ blue 27

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

Shades of Rust #B5351B

Tints of Rust #B5351B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 69.35%
G = 20.31%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5351B (or 0xB5351B) is known color: Rust. HEX triplet: B5, 35 and 1B. RGB value is (181,53,27). Sum of RGB (Red+Green+Blue) = 181+53+27=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5351B is #4ACAE4. Grayscale: #585858. Windows color (decimal): -4901605 or 1783221. OLE color: 1783221.

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

Color convert

RGB 181 53 27 -
CMYK 0 0.71 0.85 0.29
HSL 10.13º 0.74% 0.41% -
HSV(B) 10.13º 0.85% 0.71% -
XYZ 20.53 12.45 2.36 -
YUV 88.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 181 53 27 0 0.71 0.85 0.29 10.13 0.74 0.41
Hex B5 35 1B 0 47 55 1D A 4A 29
Octal 265 65 33 0 107 125 35 12 112 51
Binary 10110101 110101 11011 0 1000111 1010101 11101 1010 1001010 101001

Color Harmonies of #B5351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5351B

Black with #B5351B

Text Example


Text Example

White with #B5351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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