Html Css Color HEX #B74B13 Rust

📋 copy color: '#B74B13'

red 183 ◦ green 75 ◦ blue 19

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

Shades of Rust #B74B13

Tints of Rust #B74B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.08%

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

R = 66.06%
G = 27.08%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B74B13 (or 0xB74B13) is known color: Rust. HEX triplet: B7, 4B and 13. RGB value is (183,75,19). Sum of RGB (Red+Green+Blue) = 183+75+19=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B13 is #48B4EC. Grayscale: #656565. Windows color (decimal): -4764909 or 1264567. OLE color: 1264567.

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

Color convert

RGB 183 75 19 -
CMYK 0 0.59 0.90 0.28
HSL 20.49º 0.81% 0.4% -
HSV(B) 20.49º 0.9% 0.72% -
XYZ 22.16 15.15 2.37 -
YUV 100.91 81.78 186.55 -
System Red Green Blue C M Y K H S L
Decimal 183 75 19 0 0.59 0.90 0.28 20.49 0.81 0.4
Hex B7 4B 13 0 3B 5A 1C 14 51 28
Octal 267 113 23 0 73 132 34 24 121 50
Binary 10110111 1001011 10011 0 111011 1011010 11100 10100 1010001 101000

Color Harmonies of #B74B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B13

Black with #B74B13

Text Example


Text Example

White with #B74B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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