Html Css Color HEX #B54602 Rust

📋 copy color: '#B54602'

red 181 ◦ green 70 ◦ blue 2

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

Shades of Rust #B54602

Tints of Rust #B54602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 71.54%
G = 27.67%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B54602 (or 0xB54602) is known color: Rust. HEX triplet: B5, 46 and 02. RGB value is (181,70,2). Sum of RGB (Red+Green+Blue) = 181+70+2=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54602 is #4AB9FD. Grayscale: #5F5F5F. Windows color (decimal): -4897278 or 149173. OLE color: 149173.

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

Color convert

RGB 181 70 2 -
CMYK 0 0.61 0.99 0.29
HSL 22.79º 0.98% 0.36% -
HSV(B) 22.79º 0.99% 0.71% -
XYZ 21.26 14.21 1.68 -
YUV 95.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 181 70 2 0 0.61 0.99 0.29 22.79 0.98 0.36
Hex B5 46 2 0 3D 63 1D 17 62 24
Octal 265 106 2 0 75 143 35 27 142 44
Binary 10110101 1000110 10 0 111101 1100011 11101 10111 1100010 100100

Color Harmonies of #B54602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54602

Black with #B54602

Text Example


Text Example

White with #B54602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54602; }

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

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

background-color css

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

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

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

border-color css

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

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

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