Html Css Color HEX #B05002 Rust

📋 copy color: '#B05002'

red 176 ◦ green 80 ◦ blue 2

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

Shades of Rust #B05002

Tints of Rust #B05002

RGB

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

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

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

R = 68.22%
G = 31.01%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05002 (or 0xB05002) is known color: Rust. HEX triplet: B0, 50 and 02. RGB value is (176,80,2). Sum of RGB (Red+Green+Blue) = 176+80+2=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B05002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05002 is #4FAFFD. Grayscale: #646464. Windows color (decimal): -5222398 or 151728. OLE color: 151728.

HSL color Cylindrical-coordinate representation of color #B05002: hue angle of 26.9º 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 #B05002 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 2 -
CMYK 0 0.55 0.99 0.31
HSL 26.9º 0.98% 0.35% -
HSV(B) 26.9º 0.99% 0.69% -
XYZ 20.78 14.97 1.85 -
YUV 99.81 72.8 182.34 -
System Red Green Blue C M Y K H S L
Decimal 176 80 2 0 0.55 0.99 0.31 26.9 0.98 0.35
Hex B0 50 2 0 37 63 1F 1B 62 23
Octal 260 120 2 0 67 143 37 33 142 43
Binary 10110000 1010000 10 0 110111 1100011 11111 11011 1100010 100011

Color Harmonies of #B05002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05002

Black with #B05002

Text Example


Text Example

White with #B05002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05002; }

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

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

background-color css

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

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

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

border-color css

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

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

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