Html Css Color HEX #B73C03 Rust

📋 copy color: '#B73C03'

red 183 ◦ green 60 ◦ blue 3

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

Shades of Rust #B73C03

Tints of Rust #B73C03

RGB

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

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

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

R = 74.39%
G = 24.39%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73C03 (or 0xB73C03) is known color: Rust. HEX triplet: B7, 3C and 03. RGB value is (183,60,3). Sum of RGB (Red+Green+Blue) = 183+60+3=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C03 is #48C3FC. Grayscale: #5A5A5A. Windows color (decimal): -4768765 or 212151. OLE color: 212151.

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

Color convert

RGB 183 60 3 -
CMYK 0 0.67 0.98 0.28
HSL 19º 0.97% 0.36% -
HSV(B) 19º 0.98% 0.72% -
XYZ 21.16 13.31 1.54 -
YUV 90.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 183 60 3 0 0.67 0.98 0.28 19 0.97 0.36
Hex B7 3C 3 0 43 62 1C 13 61 24
Octal 267 74 3 0 103 142 34 23 141 44
Binary 10110111 111100 11 0 1000011 1100010 11100 10011 1100001 100100

Color Harmonies of #B73C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C03

Black with #B73C03

Text Example


Text Example

White with #B73C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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