Html Css Color HEX #B53003 Rust

📋 copy color: '#B53003'

red 181 ◦ green 48 ◦ blue 3

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

Shades of Rust #B53003

Tints of Rust #B53003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 78.02%
G = 20.69%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B53003 (or 0xB53003) is known color: Rust. HEX triplet: B5, 30 and 03. RGB value is (181,48,3). Sum of RGB (Red+Green+Blue) = 181+48+3=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B53003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53003 is #4ACFFC. Grayscale: #525252. Windows color (decimal): -4902909 or 209077. OLE color: 209077.

HSL color Cylindrical-coordinate representation of color #B53003: hue angle of 15.17º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B53003 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 48 3 -
CMYK 0 0.73 0.98 0.29
HSL 15.17º 0.97% 0.36% -
HSV(B) 15.17º 0.98% 0.71% -
XYZ 20.13 11.94 1.33 -
YUV 82.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 181 48 3 0 0.73 0.98 0.29 15.17 0.97 0.36
Hex B5 30 3 0 49 62 1D F 61 24
Octal 265 60 3 0 111 142 35 17 141 44
Binary 10110101 110000 11 0 1001001 1100010 11101 1111 1100001 100100

Color Harmonies of #B53003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53003

Black with #B53003

Text Example


Text Example

White with #B53003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53003; }

 p { color: rgb(181,48,3); }

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

background-color css

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

 a { background-color: rgb(181,48,3); }

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

border-color css

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

 span { border-color: rgb(181,48,3); }

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