Html Css Color HEX #B04203 Rust

📋 copy color: '#B04203'

red 176 ◦ green 66 ◦ blue 3

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

Shades of Rust #B04203

Tints of Rust #B04203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.22%

R = 71.84%
G = 26.94%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04203 (or 0xB04203) is known color: Rust. HEX triplet: B0, 42 and 03. RGB value is (176,66,3). Sum of RGB (Red+Green+Blue) = 176+66+3=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B04203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04203 is #4FBDFC. Grayscale: #5C5C5C. Windows color (decimal): -5225981 or 213680. OLE color: 213680.

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

Color convert

RGB 176 66 3 -
CMYK 0 0.62 0.98 0.31
HSL 21.85º 0.97% 0.35% -
HSV(B) 21.85º 0.98% 0.69% -
XYZ 19.87 13.13 1.57 -
YUV 91.71 77.94 188.12 -
System Red Green Blue C M Y K H S L
Decimal 176 66 3 0 0.62 0.98 0.31 21.85 0.97 0.35
Hex B0 42 3 0 3E 62 1F 16 61 23
Octal 260 102 3 0 76 142 37 26 141 43
Binary 10110000 1000010 11 0 111110 1100010 11111 10110 1100001 100011

Color Harmonies of #B04203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04203

Black with #B04203

Text Example


Text Example

White with #B04203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04203; }

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

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

background-color css

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

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

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

border-color css

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

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

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