Html Css Color HEX #B94003 Rust

📋 copy color: '#B94003'

red 185 ◦ green 64 ◦ blue 3

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

Shades of Rust #B94003

Tints of Rust #B94003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 73.41%
G = 25.4%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B94003 (or 0xB94003) is known color: Rust. HEX triplet: B9, 40 and 03. RGB value is (185,64,3). Sum of RGB (Red+Green+Blue) = 185+64+3=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B94003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94003 is #46BFFC. Grayscale: #5D5D5D. Windows color (decimal): -4636669 or 213177. OLE color: 213177.

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

Color convert

RGB 185 64 3 -
CMYK 0 0.65 0.98 0.27
HSL 20.11º 0.97% 0.37% -
HSV(B) 20.11º 0.98% 0.73% -
XYZ 21.86 13.99 1.63 -
YUV 93.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 185 64 3 0 0.65 0.98 0.27 20.11 0.97 0.37
Hex B9 40 3 0 41 62 1B 14 61 25
Octal 271 100 3 0 101 142 33 24 141 45
Binary 10111001 1000000 11 0 1000001 1100010 11011 10100 1100001 100101

Color Harmonies of #B94003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94003

Black with #B94003

Text Example


Text Example

White with #B94003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94003; }

 p { color: rgb(185,64,3); }

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

background-color css

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

 a { background-color: rgb(185,64,3); }

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

border-color css

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

 span { border-color: rgb(185,64,3); }

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