Html Css Color HEX #B73203 Rust

📋 copy color: '#B73203'

red 183 ◦ green 50 ◦ blue 3

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

Shades of Rust #B73203

Tints of Rust #B73203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 77.54%
G = 21.19%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73203 (or 0xB73203) is known color: Rust. HEX triplet: B7, 32 and 03. RGB value is (183,50,3). Sum of RGB (Red+Green+Blue) = 183+50+3=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B73203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73203 is #48CDFC. Grayscale: #545454. Windows color (decimal): -4771325 or 209591. OLE color: 209591.

HSL color Cylindrical-coordinate representation of color #B73203: hue angle of 15.67º 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 #B73203 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 50 3 -
CMYK 0 0.73 0.98 0.28
HSL 15.67º 0.97% 0.36% -
HSV(B) 15.67º 0.98% 0.72% -
XYZ 20.69 12.36 1.38 -
YUV 84.41 82.06 198.32 -
System Red Green Blue C M Y K H S L
Decimal 183 50 3 0 0.73 0.98 0.28 15.67 0.97 0.36
Hex B7 32 3 0 49 62 1C 10 61 24
Octal 267 62 3 0 111 142 34 20 141 44
Binary 10110111 110010 11 0 1001001 1100010 11100 10000 1100001 100100

Color Harmonies of #B73203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73203

Black with #B73203

Text Example


Text Example

White with #B73203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73203; }

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

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

background-color css

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

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

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

border-color css

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

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

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