Html Css Color HEX #B74313 Rust

📋 copy color: '#B74313'

red 183 ◦ green 67 ◦ blue 19

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

Shades of Rust #B74313

Tints of Rust #B74313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.91%

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

R = 68.03%
G = 24.91%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74313 (or 0xB74313) is known color: Rust. HEX triplet: B7, 43 and 13. RGB value is (183,67,19). Sum of RGB (Red+Green+Blue) = 183+67+19=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74313 is #48BCEC. Grayscale: #606060. Windows color (decimal): -4766957 or 1262519. OLE color: 1262519.

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

Color convert

RGB 183 67 19 -
CMYK 0 0.63 0.90 0.28
HSL 17.56º 0.81% 0.4% -
HSV(B) 17.56º 0.9% 0.72% -
XYZ 21.65 14.13 2.2 -
YUV 96.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 183 67 19 0 0.63 0.90 0.28 17.56 0.81 0.4
Hex B7 43 13 0 3F 5A 1C 12 51 28
Octal 267 103 23 0 77 132 34 22 121 50
Binary 10110111 1000011 10011 0 111111 1011010 11100 10010 1010001 101000

Color Harmonies of #B74313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74313

Black with #B74313

Text Example


Text Example

White with #B74313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74313; }

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

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

background-color css

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

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

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

border-color css

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

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

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