Html Css Color HEX #B85003 Rust

📋 copy color: '#B85003'

red 184 ◦ green 80 ◦ blue 3

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

Shades of Rust #B85003

Tints of Rust #B85003

RGB

 RED value IS 184 (72.27% from 255) = 68.91%

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 68.91%
G = 29.96%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85003 (or 0xB85003) is known color: Rust. HEX triplet: B8, 50 and 03. RGB value is (184,80,3). Sum of RGB (Red+Green+Blue) = 184+80+3=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B85003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85003 is #47AFFC. Grayscale: #666666. Windows color (decimal): -4698109 or 217272. OLE color: 217272.

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

Color convert

RGB 184 80 3 -
CMYK 0 0.57 0.98 0.28
HSL 25.52º 0.97% 0.37% -
HSV(B) 25.52º 0.98% 0.72% -
XYZ 22.65 15.93 1.97 -
YUV 102.32 71.96 186.26 -
System Red Green Blue C M Y K H S L
Decimal 184 80 3 0 0.57 0.98 0.28 25.52 0.97 0.37
Hex B8 50 3 0 39 62 1C 1A 61 25
Octal 270 120 3 0 71 142 34 32 141 45
Binary 10111000 1010000 11 0 111001 1100010 11100 11010 1100001 100101

Color Harmonies of #B85003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85003

Black with #B85003

Text Example


Text Example

White with #B85003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85003; }

 p { color: rgb(184,80,3); }

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

background-color css

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

 a { background-color: rgb(184,80,3); }

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

border-color css

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

 span { border-color: rgb(184,80,3); }

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