Html Css Color HEX #B53504 Rust

📋 copy color: '#B53504'

red 181 ◦ green 53 ◦ blue 4

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

Shades of Rust #B53504

Tints of Rust #B53504

RGB

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

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

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

R = 76.05%
G = 22.27%
B = 1.68%

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

#B53504 (or 0xB53504) is known color: Rust. HEX triplet: B5, 35 and 04. RGB value is (181,53,4). Sum of RGB (Red+Green+Blue) = 181+53+4=238 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.05% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 181 - color contains mainly: red. Hex color #B53504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53504 is #4ACAFB. Grayscale: #565656. Windows color (decimal): -4901628 or 275893. OLE color: 275893.

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

Color convert

RGB 181 53 4 -
CMYK 0 0.71 0.98 0.29
HSL 16.61º 0.96% 0.36% -
HSV(B) 16.61º 0.98% 0.71% -
XYZ 20.35 12.38 1.43 -
YUV 85.69 81.91 195.98 -
System Red Green Blue C M Y K H S L
Decimal 181 53 4 0 0.71 0.98 0.29 16.61 0.96 0.36
Hex B5 35 4 0 47 62 1D 11 60 24
Octal 265 65 4 0 107 142 35 21 140 44
Binary 10110101 110101 100 0 1000111 1100010 11101 10001 1100000 100100

Color Harmonies of #B53504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53504

Black with #B53504

Text Example


Text Example

White with #B53504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53504; }

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

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

background-color css

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

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

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

border-color css

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

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

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