Html Css Color HEX #B74F05 Rust

📋 copy color: '#B74F05'

red 183 ◦ green 79 ◦ blue 5

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

Shades of Rust #B74F05

Tints of Rust #B74F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 68.54%
G = 29.59%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B74F05 (or 0xB74F05) is known color: Rust. HEX triplet: B7, 4F and 05. RGB value is (183,79,5). Sum of RGB (Red+Green+Blue) = 183+79+5=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B74F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74F05 is #48B0FA. Grayscale: #666666. Windows color (decimal): -4763899 or 348087. OLE color: 348087.

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

Color convert

RGB 183 79 5 -
CMYK 0 0.57 0.97 0.28
HSL 24.94º 0.95% 0.37% -
HSV(B) 24.94º 0.97% 0.72% -
XYZ 22.35 15.67 1.99 -
YUV 101.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 183 79 5 0 0.57 0.97 0.28 24.94 0.95 0.37
Hex B7 4F 5 0 39 61 1C 19 5F 25
Octal 267 117 5 0 71 141 34 31 137 45
Binary 10110111 1001111 101 0 111001 1100001 11100 11001 1011111 100101

Color Harmonies of #B74F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74F05

Black with #B74F05

Text Example


Text Example

White with #B74F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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