Html Css Color HEX #B74800 Rust

📋 copy color: '#B74800'

red 183 ◦ green 72 ◦ blue 0

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

Shades of Rust #B74800

Tints of Rust #B74800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 71.76%
G = 28.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B74800 (or 0xB74800) is known color: Rust. HEX triplet: B7, 48 and 00. RGB value is (183,72,0). Sum of RGB (Red+Green+Blue) = 183+72+0=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B74800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74800 is #48B7FF. Grayscale: #616161. Windows color (decimal): -4765696 or 18615. OLE color: 18615.

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

Color convert

RGB 183 72 0 -
CMYK 0 0.61 1 0.28
HSL 23.61º 1% 0.36% -
HSV(B) 23.61º 1% 0.72% -
XYZ 21.85 14.7 1.69 -
YUV 96.98 73.27 189.35 -
System Red Green Blue C M Y K H S L
Decimal 183 72 0 0 0.61 1 0.28 23.61 1 0.36
Hex B7 48 0 0 3D 64 1C 18 64 24
Octal 267 110 0 0 75 144 34 30 144 44
Binary 10110111 1001000 0 0 111101 1100100 11100 11000 1100100 100100

Color Harmonies of #B74800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74800

Black with #B74800

Text Example


Text Example

White with #B74800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74800; }

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

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

background-color css

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

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

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

border-color css

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

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

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