Html Css Color HEX #B74701 Rust

📋 copy color: '#B74701'

red 183 ◦ green 71 ◦ blue 1

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

Shades of Rust #B74701

Tints of Rust #B74701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 71.76%
G = 27.84%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B74701 (or 0xB74701) is known color: Rust. HEX triplet: B7, 47 and 01. RGB value is (183,71,1). Sum of RGB (Red+Green+Blue) = 183+71+1=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B74701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74701 is #48B8FE. Grayscale: #606060. Windows color (decimal): -4765951 or 83895. OLE color: 83895.

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

Color convert

RGB 183 71 1 -
CMYK 0 0.61 0.99 0.28
HSL 23.08º 0.99% 0.36% -
HSV(B) 23.08º 0.99% 0.72% -
XYZ 21.79 14.58 1.69 -
YUV 96.51 74.11 189.69 -
System Red Green Blue C M Y K H S L
Decimal 183 71 1 0 0.61 0.99 0.28 23.08 0.99 0.36
Hex B7 47 1 0 3D 63 1C 17 63 24
Octal 267 107 1 0 75 143 34 27 143 44
Binary 10110111 1000111 1 0 111101 1100011 11100 10111 1100011 100100

Color Harmonies of #B74701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74701

Black with #B74701

Text Example


Text Example

White with #B74701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74701; }

 p { color: rgb(183,71,1); }

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

background-color css

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

 a { background-color: rgb(183,71,1); }

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

border-color css

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

 span { border-color: rgb(183,71,1); }

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