Html Css Color HEX #B74F03 Rust

📋 copy color: '#B74F03'

red 183 ◦ green 79 ◦ blue 3

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

Shades of Rust #B74F03

Tints of Rust #B74F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 69.06%
G = 29.81%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74F03 (or 0xB74F03) is known color: Rust. HEX triplet: B7, 4F and 03. RGB value is (183,79,3). Sum of RGB (Red+Green+Blue) = 183+79+3=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F03 is #48B0FC. Grayscale: #656565. Windows color (decimal): -4763901 or 217015. OLE color: 217015.

HSL color Cylindrical-coordinate representation of color #B74F03: hue angle of 25.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B74F03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 79 3 -
CMYK 0 0.57 0.98 0.28
HSL 25.33º 0.97% 0.36% -
HSV(B) 25.33º 0.98% 0.72% -
XYZ 22.34 15.67 1.93 -
YUV 101.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 183 79 3 0 0.57 0.98 0.28 25.33 0.97 0.36
Hex B7 4F 3 0 39 62 1C 19 61 24
Octal 267 117 3 0 71 142 34 31 141 44
Binary 10110111 1001111 11 0 111001 1100010 11100 11001 1100001 100100

Color Harmonies of #B74F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F03

Black with #B74F03

Text Example


Text Example

White with #B74F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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