#B74B01

Color #B74B01 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B74B01

Tints of Rust #B74B01

Color information

#B74B01 (or 0xB74B01) is unknown color: approx Rust. HEX triplet: B7, 4B and 01. RGB value is (183,75,1). Sum of RGB (Red+Green+Blue) = 183+75+1=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B01 is #48B4FE. Grayscale: #636363. Windows color (decimal): -4764927 or 84919. OLE color: 84919.

HSL color Cylindrical-coordinate representation of color #B74B01: hue angle of 24.4º 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 #B74B01 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183751-
CMYK00.590.990.28
HSL24.4º98.91%36.08%-
HSV(B)24.4º99.45%71.76%-
XYZ22.0515.11.78-
YUV98.8672.78188.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.66%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=70.66%
G=28.96%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18375100.590.990.2824.498.9136.08
HexB74B103B631C186324
Octal2671131073143343014344
Binary10110111100101110111011110001111100110001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B01; }

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

 H1.HeaderClassName
 {
   color: #B74B01;
 }
 .AnyTagClassName
 {
   color: #B74B01;
 }
</style>
background-color css

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

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

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

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

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

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