Html Css Color HEX #B74000 Rust

📋 copy color: '#B74000'

red 183 ◦ green 64 ◦ blue 0

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

Shades of Rust #B74000

Tints of Rust #B74000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 74.09%
G = 25.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B74000 (or 0xB74000) is known color: Rust. HEX triplet: B7, 40 and 00. RGB value is (183,64,0). Sum of RGB (Red+Green+Blue) = 183+64+0=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B74000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74000 is #48BFFF. Grayscale: #5C5C5C. Windows color (decimal): -4767744 or 16567. OLE color: 16567.

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

Color convert

RGB 183 64 0 -
CMYK 0 0.65 1 0.28
HSL 20.98º 1% 0.36% -
HSV(B) 20.98º 1% 0.72% -
XYZ 21.36 13.73 1.53 -
YUV 92.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 183 64 0 0 0.65 1 0.28 20.98 1 0.36
Hex B7 40 0 0 41 64 1C 15 64 24
Octal 267 100 0 0 101 144 34 25 144 44
Binary 10110111 1000000 0 0 1000001 1100100 11100 10101 1100100 100100

Color Harmonies of #B74000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74000

Black with #B74000

Text Example


Text Example

White with #B74000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74000; }

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

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

background-color css

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

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

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

border-color css

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

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

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