Html Css Color HEX #B2320F Rust

📋 copy color: '#B2320F'

red 178 ◦ green 50 ◦ blue 15

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

Shades of Rust #B2320F

Tints of Rust #B2320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 73.25%
G = 20.58%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2320F (or 0xB2320F) is known color: Rust. HEX triplet: B2, 32 and 0F. RGB value is (178,50,15). Sum of RGB (Red+Green+Blue) = 178+50+15=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B2320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2320F is #4DCDF0. Grayscale: #545454. Windows color (decimal): -5098993 or 996018. OLE color: 996018.

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

Color convert

RGB 178 50 15 -
CMYK 0 0.72 0.92 0.30
HSL 12.88º 0.84% 0.38% -
HSV(B) 12.88º 0.92% 0.7% -
XYZ 19.59 11.78 1.69 -
YUV 84.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 178 50 15 0 0.72 0.92 0.30 12.88 0.84 0.38
Hex B2 32 F 0 48 5C 1E D 54 26
Octal 262 62 17 0 110 134 36 15 124 46
Binary 10110010 110010 1111 0 1001000 1011100 11110 1101 1010100 100110

Color Harmonies of #B2320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2320F

Black with #B2320F

Text Example


Text Example

White with #B2320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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