Html Css Color HEX #B53304 Rust

📋 copy color: '#B53304'

red 181 ◦ green 51 ◦ blue 4

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

Shades of Rust #B53304

Tints of Rust #B53304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 76.69%
G = 21.61%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B53304 (or 0xB53304) is known color: Rust. HEX triplet: B5, 33 and 04. RGB value is (181,51,4). Sum of RGB (Red+Green+Blue) = 181+51+4=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B53304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53304 is #4ACCFB. Grayscale: #545454. Windows color (decimal): -4902140 or 275381. OLE color: 275381.

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

Color convert

RGB 181 51 4 -
CMYK 0 0.72 0.98 0.29
HSL 15.93º 0.96% 0.36% -
HSV(B) 15.93º 0.98% 0.71% -
XYZ 20.26 12.2 1.4 -
YUV 84.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 181 51 4 0 0.72 0.98 0.29 15.93 0.96 0.36
Hex B5 33 4 0 48 62 1D 10 60 24
Octal 265 63 4 0 110 142 35 20 140 44
Binary 10110101 110011 100 0 1001000 1100010 11101 10000 1100000 100100

Color Harmonies of #B53304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53304

Black with #B53304

Text Example


Text Example

White with #B53304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53304; }

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

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

background-color css

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

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

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

border-color css

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

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

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