Html Css Color HEX #B74E13 Rust

📋 copy color: '#B74E13'

red 183 ◦ green 78 ◦ blue 19

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

Shades of Rust #B74E13

Tints of Rust #B74E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 65.36%
G = 27.86%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74E13 (or 0xB74E13) is known color: Rust. HEX triplet: B7, 4E and 13. RGB value is (183,78,19). Sum of RGB (Red+Green+Blue) = 183+78+19=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E13 is #48B1EC. Grayscale: #676767. Windows color (decimal): -4764141 or 1265335. OLE color: 1265335.

HSL color Cylindrical-coordinate representation of color #B74E13: hue angle of 21.59º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74E13 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 78 19 -
CMYK 0 0.57 0.90 0.28
HSL 21.59º 0.81% 0.4% -
HSV(B) 21.59º 0.9% 0.72% -
XYZ 22.37 15.56 2.44 -
YUV 102.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 183 78 19 0 0.57 0.90 0.28 21.59 0.81 0.4
Hex B7 4E 13 0 39 5A 1C 16 51 28
Octal 267 116 23 0 71 132 34 26 121 50
Binary 10110111 1001110 10011 0 111001 1011010 11100 10110 1010001 101000

Color Harmonies of #B74E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E13

Black with #B74E13

Text Example


Text Example

White with #B74E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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