Html Css Color HEX #B04A12 Rust

📋 copy color: '#B04A12'

red 176 ◦ green 74 ◦ blue 18

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

Shades of Rust #B04A12

Tints of Rust #B04A12

RGB

 RED value IS 176 (69.14% from 255) = 65.67%

 GREEN value IS 74 (29.3% from 255) = 27.61%

 BLUE value IS 18 (7.42% from 255) = 6.72%

R = 65.67%
G = 27.61%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B04A12 (or 0xB04A12) is known color: Rust. HEX triplet: B0, 4A and 12. RGB value is (176,74,18). Sum of RGB (Red+Green+Blue) = 176+74+18=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04A12 is #4FB5ED. Grayscale: #626262. Windows color (decimal): -5223918 or 1198768. OLE color: 1198768.

HSL color Cylindrical-coordinate representation of color #B04A12: hue angle of 21.27º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B04A12 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 18 -
CMYK 0 0.58 0.90 0.31
HSL 21.27º 0.81% 0.38% -
HSV(B) 21.27º 0.9% 0.69% -
XYZ 20.46 14.17 2.23 -
YUV 98.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 176 74 18 0 0.58 0.90 0.31 21.27 0.81 0.38
Hex B0 4A 12 0 3A 5A 1F 15 51 26
Octal 260 112 22 0 72 132 37 25 121 46
Binary 10110000 1001010 10010 0 111010 1011010 11111 10101 1010001 100110

Color Harmonies of #B04A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A12

Black with #B04A12

Text Example


Text Example

White with #B04A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A12; }

 p { color: rgb(176,74,18); }

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

background-color css

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

 a { background-color: rgb(176,74,18); }

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

border-color css

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

 span { border-color: rgb(176,74,18); }

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