Html Css Color HEX #B2380F Rust

📋 copy color: '#B2380F'

red 178 ◦ green 56 ◦ blue 15

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

Shades of Rust #B2380F

Tints of Rust #B2380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.49%

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

R = 71.49%
G = 22.49%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2380F (or 0xB2380F) is known color: Rust. HEX triplet: B2, 38 and 0F. RGB value is (178,56,15). Sum of RGB (Red+Green+Blue) = 178+56+15=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B2380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2380F is #4DC7F0. Grayscale: #585858. Windows color (decimal): -5097457 or 997554. OLE color: 997554.

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

Color convert

RGB 178 56 15 -
CMYK 0 0.69 0.92 0.30
HSL 15.09º 0.84% 0.38% -
HSV(B) 15.09º 0.92% 0.7% -
XYZ 19.86 12.33 1.78 -
YUV 87.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 178 56 15 0 0.69 0.92 0.30 15.09 0.84 0.38
Hex B2 38 F 0 45 5C 1E F 54 26
Octal 262 70 17 0 105 134 36 17 124 46
Binary 10110010 111000 1111 0 1000101 1011100 11110 1111 1010100 100110

Color Harmonies of #B2380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2380F

Black with #B2380F

Text Example


Text Example

White with #B2380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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