Html Css Color HEX #B04210 Rust

📋 copy color: '#B04210'

red 176 ◦ green 66 ◦ blue 16

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

Shades of Rust #B04210

Tints of Rust #B04210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 68.22%
G = 25.58%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B04210 (or 0xB04210) is known color: Rust. HEX triplet: B0, 42 and 10. RGB value is (176,66,16). Sum of RGB (Red+Green+Blue) = 176+66+16=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B04210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04210 is #4FBDEF. Grayscale: #5D5D5D. Windows color (decimal): -5225968 or 1065648. OLE color: 1065648.

HSL color Cylindrical-coordinate representation of color #B04210: hue angle of 18.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B04210 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 16 -
CMYK 0 0.62 0.91 0.31
HSL 18.75º 0.83% 0.38% -
HSV(B) 18.75º 0.91% 0.69% -
XYZ 19.95 13.16 1.98 -
YUV 93.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 176 66 16 0 0.62 0.91 0.31 18.75 0.83 0.38
Hex B0 42 10 0 3E 5B 1F 13 53 26
Octal 260 102 20 0 76 133 37 23 123 46
Binary 10110000 1000010 10000 0 111110 1011011 11111 10011 1010011 100110

Color Harmonies of #B04210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04210

Black with #B04210

Text Example


Text Example

White with #B04210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04210; }

 p { color: rgb(176,66,16); }

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

background-color css

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

 a { background-color: rgb(176,66,16); }

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

border-color css

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

 span { border-color: rgb(176,66,16); }

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