Html Css Color HEX #B74E11 Rust

📋 copy color: '#B74E11'

red 183 ◦ green 78 ◦ blue 17

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

Shades of Rust #B74E11

Tints of Rust #B74E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

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

R = 65.83%
G = 28.06%
B = 6.12%

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

#B74E11 (or 0xB74E11) is known color: Rust. HEX triplet: B7, 4E and 11. RGB value is (183,78,17). Sum of RGB (Red+Green+Blue) = 183+78+17=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E11 is #48B1EE. Grayscale: #666666. Windows color (decimal): -4764143 or 1134263. OLE color: 1134263.

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

Color convert

RGB 183 78 17 -
CMYK 0 0.57 0.91 0.28
HSL 22.05º 0.83% 0.39% -
HSV(B) 22.05º 0.91% 0.72% -
XYZ 22.35 15.56 2.35 -
YUV 102.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 183 78 17 0 0.57 0.91 0.28 22.05 0.83 0.39
Hex B7 4E 11 0 39 5B 1C 16 53 27
Octal 267 116 21 0 71 133 34 26 123 47
Binary 10110111 1001110 10001 0 111001 1011011 11100 10110 1010011 100111

Color Harmonies of #B74E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E11

Black with #B74E11

Text Example


Text Example

White with #B74E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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