Html Css Color HEX #B74C04 Rust

📋 copy color: '#B74C04'

red 183 ◦ green 76 ◦ blue 4

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

Shades of Rust #B74C04

Tints of Rust #B74C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 69.58%
G = 28.9%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74C04 (or 0xB74C04) is known color: Rust. HEX triplet: B7, 4C and 04. RGB value is (183,76,4). Sum of RGB (Red+Green+Blue) = 183+76+4=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C04 is #48B3FB. Grayscale: #646464. Windows color (decimal): -4764668 or 281783. OLE color: 281783.

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

Color convert

RGB 183 76 4 -
CMYK 0 0.58 0.98 0.28
HSL 24.13º 0.96% 0.37% -
HSV(B) 24.13º 0.98% 0.72% -
XYZ 22.13 15.24 1.89 -
YUV 99.79 73.95 187.35 -
System Red Green Blue C M Y K H S L
Decimal 183 76 4 0 0.58 0.98 0.28 24.13 0.96 0.37
Hex B7 4C 4 0 3A 62 1C 18 60 25
Octal 267 114 4 0 72 142 34 30 140 45
Binary 10110111 1001100 100 0 111010 1100010 11100 11000 1100000 100101

Color Harmonies of #B74C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74C04

Black with #B74C04

Text Example


Text Example

White with #B74C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74C04; }

 p { color: rgb(183,76,4); }

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

background-color css

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

 a { background-color: rgb(183,76,4); }

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

border-color css

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

 span { border-color: rgb(183,76,4); }

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