Html Css Color HEX #B02706 Rust

📋 copy color: '#B02706'

red 176 ◦ green 39 ◦ blue 6

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

Shades of Rust #B02706

Tints of Rust #B02706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 79.64%
G = 17.65%
B = 2.71%

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

#B02706 (or 0xB02706) is known color: Rust. HEX triplet: B0, 27 and 06. RGB value is (176,39,6). Sum of RGB (Red+Green+Blue) = 176+39+6=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B02706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02706 is #4FD8F9. Grayscale: #4C4C4C. Windows color (decimal): -5232890 or 403376. OLE color: 403376.

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

Color convert

RGB 176 39 6 -
CMYK 0 0.78 0.97 0.31
HSL 11.65º 0.93% 0.36% -
HSV(B) 11.65º 0.97% 0.69% -
XYZ 18.66 10.69 1.25 -
YUV 76.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 176 39 6 0 0.78 0.97 0.31 11.65 0.93 0.36
Hex B0 27 6 0 4E 61 1F C 5D 24
Octal 260 47 6 0 116 141 37 14 135 44
Binary 10110000 100111 110 0 1001110 1100001 11111 1100 1011101 100100

Color Harmonies of #B02706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02706

Black with #B02706

Text Example


Text Example

White with #B02706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02706; }

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

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

background-color css

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

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

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

border-color css

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

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

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