#B74D02

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

Shades of Rust #B74D02

Tints of Rust #B74D02

Color information

#B74D02 (or 0xB74D02) is unknown color: approx Rust. HEX triplet: B7, 4D and 02. RGB value is (183,77,2). Sum of RGB (Red+Green+Blue) = 183+77+2=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74D02 is #48B2FD. Grayscale: #646464. Windows color (decimal): -4764414 or 150967. OLE color: 150967.

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

Color convert

RGB183772-
CMYK00.580.990.28
HSL24.86º97.84%36.27%-
HSV(B)24.86º98.91%71.76%-
XYZ22.1915.381.86-
YUV100.1472.62187.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=69.85%
G=29.39%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18377200.580.990.2824.8697.8436.27
HexB74D203A631C196224
Octal2671152072143343114244
Binary101101111001101100111010110001111100110011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D02; }

 p { color: rgb(183,77,2); }

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

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

 a { background-color: rgb(183,77,2); }

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

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

 span { border-color: rgb(183,77,2); }

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