Html Css Color HEX #B53404 Rust

📋 copy color: '#B53404'

red 181 ◦ green 52 ◦ blue 4

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

Shades of Rust #B53404

Tints of Rust #B53404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 76.37%
G = 21.94%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B53404 (or 0xB53404) is known color: Rust. HEX triplet: B5, 34 and 04. RGB value is (181,52,4). Sum of RGB (Red+Green+Blue) = 181+52+4=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B53404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53404 is #4ACBFB. Grayscale: #555555. Windows color (decimal): -4901884 or 275637. OLE color: 275637.

HSL color Cylindrical-coordinate representation of color #B53404: hue angle of 16.27º 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 #B53404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 52 4 -
CMYK 0 0.71 0.98 0.29
HSL 16.27º 0.96% 0.36% -
HSV(B) 16.27º 0.98% 0.71% -
XYZ 20.31 12.29 1.42 -
YUV 85.1 82.24 196.4 -
System Red Green Blue C M Y K H S L
Decimal 181 52 4 0 0.71 0.98 0.29 16.27 0.96 0.36
Hex B5 34 4 0 47 62 1D 10 60 24
Octal 265 64 4 0 107 142 35 20 140 44
Binary 10110101 110100 100 0 1000111 1100010 11101 10000 1100000 100100

Color Harmonies of #B53404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53404

Black with #B53404

Text Example


Text Example

White with #B53404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53404; }

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

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

background-color css

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

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

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

border-color css

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

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

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