Html Css Color HEX #B73D06 Rust

📋 copy color: '#B73D06'

red 183 ◦ green 61 ◦ blue 6

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

Shades of Rust #B73D06

Tints of Rust #B73D06

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 73.2%
G = 24.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73D06 (or 0xB73D06) is known color: Rust. HEX triplet: B7, 3D and 06. RGB value is (183,61,6). Sum of RGB (Red+Green+Blue) = 183+61+6=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D06 is #48C2F9. Grayscale: #5B5B5B. Windows color (decimal): -4768506 or 409015. OLE color: 409015.

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

Color convert

RGB 183 61 6 -
CMYK 0 0.67 0.97 0.28
HSL 18.64º 0.94% 0.37% -
HSV(B) 18.64º 0.97% 0.72% -
XYZ 21.23 13.42 1.64 -
YUV 91.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 183 61 6 0 0.67 0.97 0.28 18.64 0.94 0.37
Hex B7 3D 6 0 43 61 1C 13 5E 25
Octal 267 75 6 0 103 141 34 23 136 45
Binary 10110111 111101 110 0 1000011 1100001 11100 10011 1011110 100101

Color Harmonies of #B73D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D06

Black with #B73D06

Text Example


Text Example

White with #B73D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D06; }

 p { color: rgb(183,61,6); }

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

background-color css

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

 a { background-color: rgb(183,61,6); }

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

border-color css

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

 span { border-color: rgb(183,61,6); }

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