Html Css Color HEX #B02705 Rust

📋 copy color: '#B02705'

red 176 ◦ green 39 ◦ blue 5

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

Shades of Rust #B02705

Tints of Rust #B02705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

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

R = 80%
G = 17.73%
B = 2.27%

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

#B02705 (or 0xB02705) is known color: Rust. HEX triplet: B0, 27 and 05. RGB value is (176,39,5). Sum of RGB (Red+Green+Blue) = 176+39+5=220 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 176 - color contains mainly: red. Hex color #B02705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02705 is #4FD8FA. Grayscale: #4C4C4C. Windows color (decimal): -5232891 or 337840. OLE color: 337840.

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

Color convert

RGB 176 39 5 -
CMYK 0 0.78 0.97 0.31
HSL 11.93º 0.94% 0.35% -
HSV(B) 11.93º 0.97% 0.69% -
XYZ 18.66 10.69 1.22 -
YUV 76.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 176 39 5 0 0.78 0.97 0.31 11.93 0.94 0.35
Hex B0 27 5 0 4E 61 1F C 5E 23
Octal 260 47 5 0 116 141 37 14 136 43
Binary 10110000 100111 101 0 1001110 1100001 11111 1100 1011110 100011

Color Harmonies of #B02705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02705

Black with #B02705

Text Example


Text Example

White with #B02705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02705; }

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

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

background-color css

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

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

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

border-color css

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

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

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