Html Css Color HEX #B02600 Rust

📋 copy color: '#B02600'

red 176 ◦ green 38 ◦ blue 0

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

Shades of Rust #B02600

Tints of Rust #B02600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.24%
G = 17.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02600 (or 0xB02600) is known color: Rust. HEX triplet: B0, 26 and 00. RGB value is (176,38,0). Sum of RGB (Red+Green+Blue) = 176+38+0=214 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.24% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 176 - color contains mainly: red. Hex color #B02600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02600 is #4FD9FF. Grayscale: #4B4B4B. Windows color (decimal): -5233152 or 9904. OLE color: 9904.

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

Color convert

RGB 176 38 0 -
CMYK 0 0.78 1 0.31
HSL 12.95º 1% 0.35% -
HSV(B) 12.95º 1% 0.69% -
XYZ 18.6 10.62 1.07 -
YUV 74.93 85.72 200.09 -
System Red Green Blue C M Y K H S L
Decimal 176 38 0 0 0.78 1 0.31 12.95 1 0.35
Hex B0 26 0 0 4E 64 1F D 64 23
Octal 260 46 0 0 116 144 37 15 144 43
Binary 10110000 100110 0 0 1001110 1100100 11111 1101 1100100 100011

Color Harmonies of #B02600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02600

Black with #B02600

Text Example


Text Example

White with #B02600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02600; }

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

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

background-color css

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

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

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

border-color css

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

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

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