Html Css Color HEX #B74E1A Rust

📋 copy color: '#B74E1A'

red 183 ◦ green 78 ◦ blue 26

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

Shades of Rust #B74E1A

Tints of Rust #B74E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 63.76%
G = 27.18%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B74E1A (or 0xB74E1A) is known color: Rust. HEX triplet: B7, 4E and 1A. RGB value is (183,78,26). Sum of RGB (Red+Green+Blue) = 183+78+26=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E1A is #48B1E5. Grayscale: #676767. Windows color (decimal): -4764134 or 1724087. OLE color: 1724087.

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

Color convert

RGB 183 78 26 -
CMYK 0 0.57 0.86 0.28
HSL 19.87º 0.75% 0.41% -
HSV(B) 19.87º 0.86% 0.72% -
XYZ 22.44 15.59 2.8 -
YUV 103.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 183 78 26 0 0.57 0.86 0.28 19.87 0.75 0.41
Hex B7 4E 1A 0 39 56 1C 14 4B 29
Octal 267 116 32 0 71 126 34 24 113 51
Binary 10110111 1001110 11010 0 111001 1010110 11100 10100 1001011 101001

Color Harmonies of #B74E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E1A

Black with #B74E1A

Text Example


Text Example

White with #B74E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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