Html Css Color HEX #B02F13 Rust

📋 copy color: '#B02F13'

red 176 ◦ green 47 ◦ blue 19

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

Shades of Rust #B02F13

Tints of Rust #B02F13

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.42%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 72.73%
G = 19.42%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B02F13 (or 0xB02F13) is known color: Rust. HEX triplet: B0, 2F and 13. RGB value is (176,47,19). Sum of RGB (Red+Green+Blue) = 176+47+19=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F13 is #4FD0EC. Grayscale: #525252. Windows color (decimal): -5230829 or 1257392. OLE color: 1257392.

HSL color Cylindrical-coordinate representation of color #B02F13: hue angle of 10.7º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B02F13 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 47 19 -
CMYK 0 0.73 0.89 0.31
HSL 10.7º 0.81% 0.38% -
HSV(B) 10.7º 0.89% 0.69% -
XYZ 19.04 11.31 1.8 -
YUV 82.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 176 47 19 0 0.73 0.89 0.31 10.7 0.81 0.38
Hex B0 2F 13 0 49 59 1F B 51 26
Octal 260 57 23 0 111 131 37 13 121 46
Binary 10110000 101111 10011 0 1001001 1011001 11111 1011 1010001 100110

Color Harmonies of #B02F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F13

Black with #B02F13

Text Example


Text Example

White with #B02F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F13; }

 p { color: rgb(176,47,19); }

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

background-color css

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

 a { background-color: rgb(176,47,19); }

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

border-color css

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

 span { border-color: rgb(176,47,19); }

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