#B74B00

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

Shades of Rust #B74B00

Tints of Rust #B74B00

Color information

#B74B00 (or 0xB74B00) is unknown color: approx Rust. HEX triplet: B7, 4B and 00. RGB value is (183,75,0). Sum of RGB (Red+Green+Blue) = 183+75+0=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74B00 is #48B4FF. Grayscale: #636363. Windows color (decimal): -4764928 or 19383. OLE color: 19383.

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

Color convert

RGB183750-
CMYK00.5910.28
HSL24.59º100%35.88%-
HSV(B)24.59º100%71.76%-
XYZ22.0415.11.75-
YUV98.7472.28188.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.93%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.93%
G=29.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18375000.5910.2824.5910035.88
HexB74B003B641C196424
Octal2671130073144343114444
Binary10110111100101100111011110010011100110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B00; }

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

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

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

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

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

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

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

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