Html Css Color HEX #B94202 Rust

📋 copy color: '#B94202'

red 185 ◦ green 66 ◦ blue 2

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

Shades of Rust #B94202

Tints of Rust #B94202

RGB

 RED value IS 185 (72.66% from 255) = 73.12%

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

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

R = 73.12%
G = 26.09%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B94202 (or 0xB94202) is known color: Rust. HEX triplet: B9, 42 and 02. RGB value is (185,66,2). Sum of RGB (Red+Green+Blue) = 185+66+2=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B94202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94202 is #46BDFD. Grayscale: #5E5E5E. Windows color (decimal): -4636158 or 148153. OLE color: 148153.

HSL color Cylindrical-coordinate representation of color #B94202: hue angle of 20.98º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B94202 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 2 -
CMYK 0 0.64 0.99 0.27
HSL 20.98º 0.98% 0.37% -
HSV(B) 20.98º 0.99% 0.73% -
XYZ 21.97 14.22 1.64 -
YUV 94.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 185 66 2 0 0.64 0.99 0.27 20.98 0.98 0.37
Hex B9 42 2 0 40 63 1B 15 62 25
Octal 271 102 2 0 100 143 33 25 142 45
Binary 10111001 1000010 10 0 1000000 1100011 11011 10101 1100010 100101

Color Harmonies of #B94202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94202

Black with #B94202

Text Example


Text Example

White with #B94202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94202; }

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

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

background-color css

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

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

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

border-color css

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

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

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