Html Css Color HEX #B02C0E Rust

📋 copy color: '#B02C0E'

red 176 ◦ green 44 ◦ blue 14

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

Shades of Rust #B02C0E

Tints of Rust #B02C0E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

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

R = 75.21%
G = 18.8%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B02C0E (or 0xB02C0E) is known color: Rust. HEX triplet: B0, 2C and 0E. RGB value is (176,44,14). Sum of RGB (Red+Green+Blue) = 176+44+14=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C0E is #4FD3F1. Grayscale: #505050. Windows color (decimal): -5231602 or 928944. OLE color: 928944.

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

Color convert

RGB 176 44 14 -
CMYK 0 0.75 0.92 0.31
HSL 11.11º 0.85% 0.37% -
HSV(B) 11.11º 0.92% 0.69% -
XYZ 18.88 11.06 1.56 -
YUV 80.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 176 44 14 0 0.75 0.92 0.31 11.11 0.85 0.37
Hex B0 2C E 0 4B 5C 1F B 55 25
Octal 260 54 16 0 113 134 37 13 125 45
Binary 10110000 101100 1110 0 1001011 1011100 11111 1011 1010101 100101

Color Harmonies of #B02C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02C0E

Black with #B02C0E

Text Example


Text Example

White with #B02C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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