Html Css Color HEX #B5361D Rust

📋 copy color: '#B5361D'

red 181 ◦ green 54 ◦ blue 29

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

Shades of Rust #B5361D

Tints of Rust #B5361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 68.56%
G = 20.45%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5361D (or 0xB5361D) is known color: Rust. HEX triplet: B5, 36 and 1D. RGB value is (181,54,29). Sum of RGB (Red+Green+Blue) = 181+54+29=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5361D is #4AC9E2. Grayscale: #595959. Windows color (decimal): -4901347 or 1914549. OLE color: 1914549.

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

Color convert

RGB 181 54 29 -
CMYK 0 0.70 0.84 0.29
HSL 9.87º 0.72% 0.41% -
HSV(B) 9.87º 0.84% 0.71% -
XYZ 20.6 12.55 2.5 -
YUV 89.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 181 54 29 0 0.70 0.84 0.29 9.87 0.72 0.41
Hex B5 36 1D 0 46 54 1D A 48 29
Octal 265 66 35 0 106 124 35 12 110 51
Binary 10110101 110110 11101 0 1000110 1010100 11101 1010 1001000 101001

Color Harmonies of #B5361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5361D

Black with #B5361D

Text Example


Text Example

White with #B5361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5361D; }

 p { color: rgb(181,54,29); }

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

background-color css

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

 a { background-color: rgb(181,54,29); }

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

border-color css

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

 span { border-color: rgb(181,54,29); }

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