Html Css Color HEX #B74F13 Rust

📋 copy color: '#B74F13'

red 183 ◦ green 79 ◦ blue 19

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

Shades of Rust #B74F13

Tints of Rust #B74F13

RGB

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

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

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

R = 65.12%
G = 28.11%
B = 6.76%

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

#B74F13 (or 0xB74F13) is known color: Rust. HEX triplet: B7, 4F and 13. RGB value is (183,79,19). Sum of RGB (Red+Green+Blue) = 183+79+19=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F13 is #48B0EC. Grayscale: #676767. Windows color (decimal): -4763885 or 1265591. OLE color: 1265591.

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

Color convert

RGB 183 79 19 -
CMYK 0 0.57 0.90 0.28
HSL 21.95º 0.81% 0.4% -
HSV(B) 21.95º 0.9% 0.72% -
XYZ 22.44 15.71 2.46 -
YUV 103.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 183 79 19 0 0.57 0.90 0.28 21.95 0.81 0.4
Hex B7 4F 13 0 39 5A 1C 16 51 28
Octal 267 117 23 0 71 132 34 26 121 50
Binary 10110111 1001111 10011 0 111001 1011010 11100 10110 1010001 101000

Color Harmonies of #B74F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F13

Black with #B74F13

Text Example


Text Example

White with #B74F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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