Html Css Color HEX #B02F14 Rust

📋 copy color: '#B02F14'

red 176 ◦ green 47 ◦ blue 20

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

Shades of Rust #B02F14

Tints of Rust #B02F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 72.43%
G = 19.34%
B = 8.23%

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

#B02F14 (or 0xB02F14) is known color: Rust. HEX triplet: B0, 2F and 14. RGB value is (176,47,20). Sum of RGB (Red+Green+Blue) = 176+47+20=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F14 is #4FD0EB. Grayscale: #525252. Windows color (decimal): -5230828 or 1322928. OLE color: 1322928.

HSL color Cylindrical-coordinate representation of color #B02F14: hue angle of 10.38º degrees, saturation: 0.8, 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 #B02F14 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 47 20 -
CMYK 0 0.73 0.89 0.31
HSL 10.38º 0.8% 0.38% -
HSV(B) 10.38º 0.89% 0.69% -
XYZ 19.05 11.31 1.84 -
YUV 82.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 176 47 20 0 0.73 0.89 0.31 10.38 0.8 0.38
Hex B0 2F 14 0 49 59 1F A 50 26
Octal 260 57 24 0 111 131 37 12 120 46
Binary 10110000 101111 10100 0 1001001 1011001 11111 1010 1010000 100110

Color Harmonies of #B02F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02F14

Black with #B02F14

Text Example


Text Example

White with #B02F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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