Html Css Color HEX #B02E0E Rust

📋 copy color: '#B02E0E'

red 176 ◦ green 46 ◦ blue 14

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

Shades of Rust #B02E0E

Tints of Rust #B02E0E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.49%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 74.58%
G = 19.49%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B02E0E (or 0xB02E0E) is known color: Rust. HEX triplet: B0, 2E and 0E. RGB value is (176,46,14). Sum of RGB (Red+Green+Blue) = 176+46+14=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02E0E is #4FD1F1. Grayscale: #515151. Windows color (decimal): -5231090 or 929456. OLE color: 929456.

HSL color Cylindrical-coordinate representation of color #B02E0E: hue angle of 11.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B02E0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 46 14 -
CMYK 0 0.74 0.92 0.31
HSL 11.85º 0.85% 0.37% -
HSV(B) 11.85º 0.92% 0.69% -
XYZ 18.96 11.22 1.58 -
YUV 81.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 176 46 14 0 0.74 0.92 0.31 11.85 0.85 0.37
Hex B0 2E E 0 4A 5C 1F C 55 25
Octal 260 56 16 0 112 134 37 14 125 45
Binary 10110000 101110 1110 0 1001010 1011100 11111 1100 1010101 100101

Color Harmonies of #B02E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02E0E

Black with #B02E0E

Text Example


Text Example

White with #B02E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02E0E; }

 p { color: rgb(176,46,14); }

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

background-color css

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

 a { background-color: rgb(176,46,14); }

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

border-color css

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

 span { border-color: rgb(176,46,14); }

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