Html Css Color HEX #B73003 Rust

📋 copy color: '#B73003'

red 183 ◦ green 48 ◦ blue 3

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

Shades of Rust #B73003

Tints of Rust #B73003

RGB

 RED value IS 183 (71.88% from 255) = 78.21%

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

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

R = 78.21%
G = 20.51%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73003 (or 0xB73003) is known color: Rust. HEX triplet: B7, 30 and 03. RGB value is (183,48,3). Sum of RGB (Red+Green+Blue) = 183+48+3=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B73003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73003 is #48CFFC. Grayscale: #535353. Windows color (decimal): -4771837 or 209079. OLE color: 209079.

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

Color convert

RGB 183 48 3 -
CMYK 0 0.74 0.98 0.28
HSL 15º 0.97% 0.36% -
HSV(B) 15º 0.98% 0.72% -
XYZ 20.6 12.19 1.35 -
YUV 83.24 82.73 199.16 -
System Red Green Blue C M Y K H S L
Decimal 183 48 3 0 0.74 0.98 0.28 15 0.97 0.36
Hex B7 30 3 0 4A 62 1C F 61 24
Octal 267 60 3 0 112 142 34 17 141 44
Binary 10110111 110000 11 0 1001010 1100010 11100 1111 1100001 100100

Color Harmonies of #B73003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73003

Black with #B73003

Text Example


Text Example

White with #B73003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73003; }

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

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

background-color css

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

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

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

border-color css

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

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

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