Html Css Color HEX #B53C01 Rust

📋 copy color: '#B53C01'

red 181 ◦ green 60 ◦ blue 1

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

Shades of Rust #B53C01

Tints of Rust #B53C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 74.79%
G = 24.79%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B53C01 (or 0xB53C01) is known color: Rust. HEX triplet: B5, 3C and 01. RGB value is (181,60,1). Sum of RGB (Red+Green+Blue) = 181+60+1=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C01 is #4AC3FE. Grayscale: #595959. Windows color (decimal): -4899839 or 81077. OLE color: 81077.

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

Color convert

RGB 181 60 1 -
CMYK 0 0.67 0.99 0.29
HSL 19.67º 0.99% 0.36% -
HSV(B) 19.67º 0.99% 0.71% -
XYZ 20.68 13.06 1.46 -
YUV 89.45 78.09 193.3 -
System Red Green Blue C M Y K H S L
Decimal 181 60 1 0 0.67 0.99 0.29 19.67 0.99 0.36
Hex B5 3C 1 0 43 63 1D 14 63 24
Octal 265 74 1 0 103 143 35 24 143 44
Binary 10110101 111100 1 0 1000011 1100011 11101 10100 1100011 100100

Color Harmonies of #B53C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C01

Black with #B53C01

Text Example


Text Example

White with #B53C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C01; }

 p { color: rgb(181,60,1); }

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

background-color css

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

 a { background-color: rgb(181,60,1); }

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

border-color css

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

 span { border-color: rgb(181,60,1); }

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