Html Css Color HEX #B74900 Rust

📋 copy color: '#B74900'

red 183 ◦ green 73 ◦ blue 0

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

Shades of Rust #B74900

Tints of Rust #B74900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.48%
G = 28.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B74900 (or 0xB74900) is known color: Rust. HEX triplet: B7, 49 and 00. RGB value is (183,73,0). Sum of RGB (Red+Green+Blue) = 183+73+0=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B74900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74900 is #48B6FF. Grayscale: #616161. Windows color (decimal): -4765440 or 18871. OLE color: 18871.

HSL color Cylindrical-coordinate representation of color #B74900: hue angle of 23.93º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B74900 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 0 -
CMYK 0 0.60 1 0.28
HSL 23.93º 1% 0.36% -
HSV(B) 23.93º 1% 0.72% -
XYZ 21.91 14.83 1.71 -
YUV 97.57 72.94 188.94 -
System Red Green Blue C M Y K H S L
Decimal 183 73 0 0 0.60 1 0.28 23.93 1 0.36
Hex B7 49 0 0 3C 64 1C 18 64 24
Octal 267 111 0 0 74 144 34 30 144 44
Binary 10110111 1001001 0 0 111100 1100100 11100 11000 1100100 100100

Color Harmonies of #B74900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74900

Black with #B74900

Text Example


Text Example

White with #B74900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74900; }

 p { color: rgb(183,73,0); }

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

background-color css

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

 a { background-color: rgb(183,73,0); }

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

border-color css

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

 span { border-color: rgb(183,73,0); }

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