Html Css Color HEX #B53F02 Rust

📋 copy color: '#B53F02'

red 181 ◦ green 63 ◦ blue 2

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

Shades of Rust #B53F02

Tints of Rust #B53F02

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

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

R = 73.58%
G = 25.61%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53F02 (or 0xB53F02) is known color: Rust. HEX triplet: B5, 3F and 02. RGB value is (181,63,2). Sum of RGB (Red+Green+Blue) = 181+63+2=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F02 is #4AC0FD. Grayscale: #5B5B5B. Windows color (decimal): -4899070 or 147381. OLE color: 147381.

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

Color convert

RGB 181 63 2 -
CMYK 0 0.65 0.99 0.29
HSL 20.45º 0.98% 0.36% -
HSV(B) 20.45º 0.99% 0.71% -
XYZ 20.84 13.38 1.54 -
YUV 91.33 77.59 191.96 -
System Red Green Blue C M Y K H S L
Decimal 181 63 2 0 0.65 0.99 0.29 20.45 0.98 0.36
Hex B5 3F 2 0 41 63 1D 14 62 24
Octal 265 77 2 0 101 143 35 24 142 44
Binary 10110101 111111 10 0 1000001 1100011 11101 10100 1100010 100100

Color Harmonies of #B53F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F02

Black with #B53F02

Text Example


Text Example

White with #B53F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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