Html Css Color HEX #B53202 Rust

📋 copy color: '#B53202'

red 181 ◦ green 50 ◦ blue 2

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

Shades of Rust #B53202

Tints of Rust #B53202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 77.68%
G = 21.46%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53202 (or 0xB53202) is known color: Rust. HEX triplet: B5, 32 and 02. RGB value is (181,50,2). Sum of RGB (Red+Green+Blue) = 181+50+2=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B53202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53202 is #4ACDFD. Grayscale: #545454. Windows color (decimal): -4902398 or 144053. OLE color: 144053.

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

Color convert

RGB 181 50 2 -
CMYK 0 0.72 0.99 0.29
HSL 16.09º 0.98% 0.36% -
HSV(B) 16.09º 0.99% 0.71% -
XYZ 20.21 12.11 1.33 -
YUV 83.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 181 50 2 0 0.72 0.99 0.29 16.09 0.98 0.36
Hex B5 32 2 0 48 63 1D 10 62 24
Octal 265 62 2 0 110 143 35 20 142 44
Binary 10110101 110010 10 0 1001000 1100011 11101 10000 1100010 100100

Color Harmonies of #B53202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53202

Black with #B53202

Text Example


Text Example

White with #B53202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53202; }

 p { color: rgb(181,50,2); }

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

background-color css

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

 a { background-color: rgb(181,50,2); }

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

border-color css

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

 span { border-color: rgb(181,50,2); }

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