Html Css Color HEX #B74F11 Rust

📋 copy color: '#B74F11'

red 183 ◦ green 79 ◦ blue 17

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

Shades of Rust #B74F11

Tints of Rust #B74F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.32%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 65.59%
G = 28.32%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74F11 (or 0xB74F11) is known color: Rust. HEX triplet: B7, 4F and 11. RGB value is (183,79,17). Sum of RGB (Red+Green+Blue) = 183+79+17=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F11 is #48B0EE. Grayscale: #676767. Windows color (decimal): -4763887 or 1134519. OLE color: 1134519.

HSL color Cylindrical-coordinate representation of color #B74F11: hue angle of 22.41º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74F11 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 79 17 -
CMYK 0 0.57 0.91 0.28
HSL 22.41º 0.83% 0.39% -
HSV(B) 22.41º 0.91% 0.72% -
XYZ 22.43 15.7 2.38 -
YUV 103.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 183 79 17 0 0.57 0.91 0.28 22.41 0.83 0.39
Hex B7 4F 11 0 39 5B 1C 16 53 27
Octal 267 117 21 0 71 133 34 26 123 47
Binary 10110111 1001111 10001 0 111001 1011011 11100 10110 1010011 100111

Color Harmonies of #B74F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F11

Black with #B74F11

Text Example


Text Example

White with #B74F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F11; }

 p { color: rgb(183,79,17); }

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

background-color css

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

 a { background-color: rgb(183,79,17); }

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

border-color css

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

 span { border-color: rgb(183,79,17); }

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