Html Css Color HEX #B74B0F Rust

📋 copy color: '#B74B0F'

red 183 ◦ green 75 ◦ blue 15

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

Shades of Rust #B74B0F

Tints of Rust #B74B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 67.03%
G = 27.47%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B74B0F (or 0xB74B0F) is known color: Rust. HEX triplet: B7, 4B and 0F. RGB value is (183,75,15). Sum of RGB (Red+Green+Blue) = 183+75+15=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B0F is #48B4F0. Grayscale: #646464. Windows color (decimal): -4764913 or 1002423. OLE color: 1002423.

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

Color convert

RGB 183 75 15 -
CMYK 0 0.59 0.92 0.28
HSL 21.43º 0.85% 0.39% -
HSV(B) 21.43º 0.92% 0.72% -
XYZ 22.13 15.13 2.21 -
YUV 100.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 183 75 15 0 0.59 0.92 0.28 21.43 0.85 0.39
Hex B7 4B F 0 3B 5C 1C 15 55 27
Octal 267 113 17 0 73 134 34 25 125 47
Binary 10110111 1001011 1111 0 111011 1011100 11100 10101 1010101 100111

Color Harmonies of #B74B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74B0F

Black with #B74B0F

Text Example


Text Example

White with #B74B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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