Html Css Color HEX #B04202 Rust

📋 copy color: '#B04202'

red 176 ◦ green 66 ◦ blue 2

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

Shades of Rust #B04202

Tints of Rust #B04202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 72.13%
G = 27.05%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04202 (or 0xB04202) is known color: Rust. HEX triplet: B0, 42 and 02. RGB value is (176,66,2). Sum of RGB (Red+Green+Blue) = 176+66+2=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B04202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04202 is #4FBDFD. Grayscale: #5B5B5B. Windows color (decimal): -5225982 or 148144. OLE color: 148144.

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

Color convert

RGB 176 66 2 -
CMYK 0 0.62 0.99 0.31
HSL 22.07º 0.98% 0.35% -
HSV(B) 22.07º 0.99% 0.69% -
XYZ 19.86 13.13 1.55 -
YUV 91.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 176 66 2 0 0.62 0.99 0.31 22.07 0.98 0.35
Hex B0 42 2 0 3E 63 1F 16 62 23
Octal 260 102 2 0 76 143 37 26 142 43
Binary 10110000 1000010 10 0 111110 1100011 11111 10110 1100010 100011

Color Harmonies of #B04202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04202

Black with #B04202

Text Example


Text Example

White with #B04202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04202; }

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

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

background-color css

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

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

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

border-color css

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

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

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