Html Css Color HEX #B73306 Rust

📋 copy color: '#B73306'

red 183 ◦ green 51 ◦ blue 6

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

Shades of Rust #B73306

Tints of Rust #B73306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 76.25%
G = 21.25%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73306 (or 0xB73306) is known color: Rust. HEX triplet: B7, 33 and 06. RGB value is (183,51,6). Sum of RGB (Red+Green+Blue) = 183+51+6=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B73306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73306 is #48CCF9. Grayscale: #555555. Windows color (decimal): -4771066 or 406455. OLE color: 406455.

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

Color convert

RGB 183 51 6 -
CMYK 0 0.72 0.97 0.28
HSL 15.25º 0.94% 0.37% -
HSV(B) 15.25º 0.97% 0.72% -
XYZ 20.75 12.45 1.48 -
YUV 85.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 183 51 6 0 0.72 0.97 0.28 15.25 0.94 0.37
Hex B7 33 6 0 48 61 1C F 5E 25
Octal 267 63 6 0 110 141 34 17 136 45
Binary 10110111 110011 110 0 1001000 1100001 11100 1111 1011110 100101

Color Harmonies of #B73306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73306

Black with #B73306

Text Example


Text Example

White with #B73306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73306; }

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

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

background-color css

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

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

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

border-color css

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

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

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