Html Css Color HEX #B53F0E Rust

📋 copy color: '#B53F0E'

red 181 ◦ green 63 ◦ blue 14

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

Shades of Rust #B53F0E

Tints of Rust #B53F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 70.16%
G = 24.42%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B53F0E (or 0xB53F0E) is known color: Rust. HEX triplet: B5, 3F and 0E. RGB value is (181,63,14). Sum of RGB (Red+Green+Blue) = 181+63+14=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F0E is #4AC0F1. Grayscale: #5D5D5D. Windows color (decimal): -4899058 or 933813. OLE color: 933813.

HSL color Cylindrical-coordinate representation of color #B53F0E: hue angle of 17.6º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B53F0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 63 14 -
CMYK 0 0.65 0.92 0.29
HSL 17.6º 0.86% 0.38% -
HSV(B) 17.6º 0.92% 0.71% -
XYZ 20.91 13.41 1.9 -
YUV 92.7 83.59 190.98 -
System Red Green Blue C M Y K H S L
Decimal 181 63 14 0 0.65 0.92 0.29 17.6 0.86 0.38
Hex B5 3F E 0 41 5C 1D 12 56 26
Octal 265 77 16 0 101 134 35 22 126 46
Binary 10110101 111111 1110 0 1000001 1011100 11101 10010 1010110 100110

Color Harmonies of #B53F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53F0E

Black with #B53F0E

Text Example


Text Example

White with #B53F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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