Html Css Color HEX #B2390F Rust

📋 copy color: '#B2390F'

red 178 ◦ green 57 ◦ blue 15

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

Shades of Rust #B2390F

Tints of Rust #B2390F

RGB

 RED value IS 178 (69.92% from 255) = 71.2%

 GREEN value IS 57 (22.66% from 255) = 22.8%

 BLUE value IS 15 (6.25% from 255) = 6%

R = 71.2%
G = 22.8%
B = 6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2390F (or 0xB2390F) is known color: Rust. HEX triplet: B2, 39 and 0F. RGB value is (178,57,15). Sum of RGB (Red+Green+Blue) = 178+57+15=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B2390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2390F is #4DC6F0. Grayscale: #585858. Windows color (decimal): -5097201 or 997810. OLE color: 997810.

HSL color Cylindrical-coordinate representation of color #B2390F: hue angle of 15.46º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2390F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 15 -
CMYK 0 0.68 0.92 0.30
HSL 15.46º 0.84% 0.38% -
HSV(B) 15.46º 0.92% 0.7% -
XYZ 19.91 12.43 1.8 -
YUV 88.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 178 57 15 0 0.68 0.92 0.30 15.46 0.84 0.38
Hex B2 39 F 0 44 5C 1E F 54 26
Octal 262 71 17 0 104 134 36 17 124 46
Binary 10110010 111001 1111 0 1000100 1011100 11110 1111 1010100 100110

Color Harmonies of #B2390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2390F

Black with #B2390F

Text Example


Text Example

White with #B2390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2390F; }

 p { color: rgb(178,57,15); }

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

background-color css

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

 a { background-color: rgb(178,57,15); }

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

border-color css

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

 span { border-color: rgb(178,57,15); }

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