Html Css Color HEX #B54202 Rust

📋 copy color: '#B54202'

red 181 ◦ green 66 ◦ blue 2

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

Shades of Rust #B54202

Tints of Rust #B54202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 72.69%
G = 26.51%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B54202 (or 0xB54202) is known color: Rust. HEX triplet: B5, 42 and 02. RGB value is (181,66,2). Sum of RGB (Red+Green+Blue) = 181+66+2=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B54202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54202 is #4ABDFD. Grayscale: #5D5D5D. Windows color (decimal): -4898302 or 148149. OLE color: 148149.

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

Color convert

RGB 181 66 2 -
CMYK 0 0.64 0.99 0.29
HSL 21.45º 0.98% 0.36% -
HSV(B) 21.45º 0.99% 0.71% -
XYZ 21.02 13.72 1.6 -
YUV 93.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 181 66 2 0 0.64 0.99 0.29 21.45 0.98 0.36
Hex B5 42 2 0 40 63 1D 15 62 24
Octal 265 102 2 0 100 143 35 25 142 44
Binary 10110101 1000010 10 0 1000000 1100011 11101 10101 1100010 100100

Color Harmonies of #B54202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54202

Black with #B54202

Text Example


Text Example

White with #B54202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54202; }

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

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

background-color css

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

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

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

border-color css

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

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

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