Html Css Color HEX #B74E1B Rust

📋 copy color: '#B74E1B'

red 183 ◦ green 78 ◦ blue 27

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

Shades of Rust #B74E1B

Tints of Rust #B74E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 63.54%
G = 27.08%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B74E1B (or 0xB74E1B) is known color: Rust. HEX triplet: B7, 4E and 1B. RGB value is (183,78,27). Sum of RGB (Red+Green+Blue) = 183+78+27=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E1B is #48B1E4. Grayscale: #676767. Windows color (decimal): -4764133 or 1789623. OLE color: 1789623.

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

Color convert

RGB 183 78 27 -
CMYK 0 0.57 0.85 0.28
HSL 19.62º 0.74% 0.41% -
HSV(B) 19.62º 0.85% 0.72% -
XYZ 22.45 15.6 2.86 -
YUV 103.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 183 78 27 0 0.57 0.85 0.28 19.62 0.74 0.41
Hex B7 4E 1B 0 39 55 1C 14 4A 29
Octal 267 116 33 0 71 125 34 24 112 51
Binary 10110111 1001110 11011 0 111001 1010101 11100 10100 1001010 101001

Color Harmonies of #B74E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E1B

Black with #B74E1B

Text Example


Text Example

White with #B74E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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