Html Css Color HEX #B74311 Rust

📋 copy color: '#B74311'

red 183 ◦ green 67 ◦ blue 17

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

Shades of Rust #B74311

Tints of Rust #B74311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.09%

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

R = 68.54%
G = 25.09%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74311 (or 0xB74311) is known color: Rust. HEX triplet: B7, 43 and 11. RGB value is (183,67,17). Sum of RGB (Red+Green+Blue) = 183+67+17=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74311 is #48BCEE. Grayscale: #606060. Windows color (decimal): -4766959 or 1131447. OLE color: 1131447.

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

Color convert

RGB 183 67 17 -
CMYK 0 0.63 0.91 0.28
HSL 18.07º 0.83% 0.39% -
HSV(B) 18.07º 0.91% 0.72% -
XYZ 21.64 14.12 2.12 -
YUV 95.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 183 67 17 0 0.63 0.91 0.28 18.07 0.83 0.39
Hex B7 43 11 0 3F 5B 1C 12 53 27
Octal 267 103 21 0 77 133 34 22 123 47
Binary 10110111 1000011 10001 0 111111 1011011 11100 10010 1010011 100111

Color Harmonies of #B74311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74311

Black with #B74311

Text Example


Text Example

White with #B74311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74311; }

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

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

background-color css

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

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

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

border-color css

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

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

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