Html Css Color HEX #B74F1B Rust

📋 copy color: '#B74F1B'

red 183 ◦ green 79 ◦ blue 27

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

Shades of Rust #B74F1B

Tints of Rust #B74F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

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

R = 63.32%
G = 27.34%
B = 9.34%

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

#B74F1B (or 0xB74F1B) is known color: Rust. HEX triplet: B7, 4F and 1B. RGB value is (183,79,27). Sum of RGB (Red+Green+Blue) = 183+79+27=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74F1B is #48B0E4. Grayscale: #686868. Windows color (decimal): -4763877 or 1789879. OLE color: 1789879.

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

Color convert

RGB 183 79 27 -
CMYK 0 0.57 0.85 0.28
HSL 20º 0.74% 0.41% -
HSV(B) 20º 0.85% 0.72% -
XYZ 22.52 15.74 2.89 -
YUV 104.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 183 79 27 0 0.57 0.85 0.28 20 0.74 0.41
Hex B7 4F 1B 0 39 55 1C 14 4A 29
Octal 267 117 33 0 71 125 34 24 112 51
Binary 10110111 1001111 11011 0 111001 1010101 11100 10100 1001010 101001

Color Harmonies of #B74F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F1B

Black with #B74F1B

Text Example


Text Example

White with #B74F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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