Html Css Color HEX #B02605 Rust

📋 copy color: '#B02605'

red 176 ◦ green 38 ◦ blue 5

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

Shades of Rust #B02605

Tints of Rust #B02605

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 80.37%
G = 17.35%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B02605 (or 0xB02605) is known color: Rust. HEX triplet: B0, 26 and 05. RGB value is (176,38,5). Sum of RGB (Red+Green+Blue) = 176+38+5=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B02605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02605 is #4FD9FA. Grayscale: #4B4B4B. Windows color (decimal): -5233147 or 337584. OLE color: 337584.

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

Color convert

RGB 176 38 5 -
CMYK 0 0.78 0.97 0.31
HSL 11.58º 0.94% 0.35% -
HSV(B) 11.58º 0.97% 0.69% -
XYZ 18.63 10.63 1.21 -
YUV 75.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 176 38 5 0 0.78 0.97 0.31 11.58 0.94 0.35
Hex B0 26 5 0 4E 61 1F C 5E 23
Octal 260 46 5 0 116 141 37 14 136 43
Binary 10110000 100110 101 0 1001110 1100001 11111 1100 1011110 100011

Color Harmonies of #B02605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02605

Black with #B02605

Text Example


Text Example

White with #B02605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02605; }

 p { color: rgb(176,38,5); }

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

background-color css

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

 a { background-color: rgb(176,38,5); }

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

border-color css

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

 span { border-color: rgb(176,38,5); }

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