Html Css Color HEX #B54902 Rust

📋 copy color: '#B54902'

red 181 ◦ green 73 ◦ blue 2

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

Shades of Rust #B54902

Tints of Rust #B54902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 70.7%
G = 28.52%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B54902 (or 0xB54902) is known color: Rust. HEX triplet: B5, 49 and 02. RGB value is (181,73,2). Sum of RGB (Red+Green+Blue) = 181+73+2=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B54902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54902 is #4AB6FD. Grayscale: #616161. Windows color (decimal): -4896510 or 149941. OLE color: 149941.

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

Color convert

RGB 181 73 2 -
CMYK 0 0.60 0.99 0.29
HSL 23.8º 0.98% 0.36% -
HSV(B) 23.8º 0.99% 0.71% -
XYZ 21.45 14.59 1.74 -
YUV 97.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 181 73 2 0 0.60 0.99 0.29 23.8 0.98 0.36
Hex B5 49 2 0 3C 63 1D 18 62 24
Octal 265 111 2 0 74 143 35 30 142 44
Binary 10110101 1001001 10 0 111100 1100011 11101 11000 1100010 100100

Color Harmonies of #B54902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54902

Black with #B54902

Text Example


Text Example

White with #B54902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54902; }

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

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

background-color css

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

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

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

border-color css

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

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

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