Html Css Color HEX #B5330D Rust

📋 copy color: '#B5330D'

red 181 ◦ green 51 ◦ blue 13

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

Shades of Rust #B5330D

Tints of Rust #B5330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 73.88%
G = 20.82%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5330D (or 0xB5330D) is known color: Rust. HEX triplet: B5, 33 and 0D. RGB value is (181,51,13). Sum of RGB (Red+Green+Blue) = 181+51+13=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B5330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5330D is #4ACCF2. Grayscale: #555555. Windows color (decimal): -4902131 or 865205. OLE color: 865205.

HSL color Cylindrical-coordinate representation of color #B5330D: hue angle of 13.57º degrees, saturation: 0.87, 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 #B5330D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 13 -
CMYK 0 0.72 0.93 0.29
HSL 13.57º 0.87% 0.38% -
HSV(B) 13.57º 0.93% 0.71% -
XYZ 20.31 12.22 1.67 -
YUV 85.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 181 51 13 0 0.72 0.93 0.29 13.57 0.87 0.38
Hex B5 33 D 0 48 5D 1D E 57 26
Octal 265 63 15 0 110 135 35 16 127 46
Binary 10110101 110011 1101 0 1001000 1011101 11101 1110 1010111 100110

Color Harmonies of #B5330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5330D

Black with #B5330D

Text Example


Text Example

White with #B5330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5330D; }

 p { color: rgb(181,51,13); }

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

background-color css

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

 a { background-color: rgb(181,51,13); }

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

border-color css

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

 span { border-color: rgb(181,51,13); }

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