Html Css Color HEX #B74C0B Rust

📋 copy color: '#B74C0B'

red 183 ◦ green 76 ◦ blue 11

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

Shades of Rust #B74C0B

Tints of Rust #B74C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 67.78%
G = 28.15%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B74C0B (or 0xB74C0B) is known color: Rust. HEX triplet: B7, 4C and 0B. RGB value is (183,76,11). Sum of RGB (Red+Green+Blue) = 183+76+11=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C0B is #48B3F4. Grayscale: #646464. Windows color (decimal): -4764661 or 740535. OLE color: 740535.

HSL color Cylindrical-coordinate representation of color #B74C0B: hue angle of 22.67º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B74C0B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 76 11 -
CMYK 0 0.58 0.94 0.28
HSL 22.67º 0.89% 0.38% -
HSV(B) 22.67º 0.94% 0.72% -
XYZ 22.17 15.26 2.09 -
YUV 100.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 183 76 11 0 0.58 0.94 0.28 22.67 0.89 0.38
Hex B7 4C B 0 3A 5E 1C 17 59 26
Octal 267 114 13 0 72 136 34 27 131 46
Binary 10110111 1001100 1011 0 111010 1011110 11100 10111 1011001 100110

Color Harmonies of #B74C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C0B

Black with #B74C0B

Text Example


Text Example

White with #B74C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C0B; }

 p { color: rgb(183,76,11); }

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

background-color css

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

 a { background-color: rgb(183,76,11); }

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

border-color css

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

 span { border-color: rgb(183,76,11); }

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