Html Css Color HEX #B73B03 Rust

📋 copy color: '#B73B03'

red 183 ◦ green 59 ◦ blue 3

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

Shades of Rust #B73B03

Tints of Rust #B73B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 74.69%
G = 24.08%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73B03 (or 0xB73B03) is known color: Rust. HEX triplet: B7, 3B and 03. RGB value is (183,59,3). Sum of RGB (Red+Green+Blue) = 183+59+3=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B03 is #48C4FC. Grayscale: #5A5A5A. Windows color (decimal): -4769021 or 211895. OLE color: 211895.

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

Color convert

RGB 183 59 3 -
CMYK 0 0.68 0.98 0.28
HSL 18.67º 0.97% 0.36% -
HSV(B) 18.67º 0.98% 0.72% -
XYZ 21.11 13.2 1.52 -
YUV 89.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 183 59 3 0 0.68 0.98 0.28 18.67 0.97 0.36
Hex B7 3B 3 0 44 62 1C 13 61 24
Octal 267 73 3 0 104 142 34 23 141 44
Binary 10110111 111011 11 0 1000100 1100010 11100 10011 1100001 100100

Color Harmonies of #B73B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B03

Black with #B73B03

Text Example


Text Example

White with #B73B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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