Html Css Color HEX #B2440F Rust

📋 copy color: '#B2440F'

red 178 ◦ green 68 ◦ blue 15

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

Shades of Rust #B2440F

Tints of Rust #B2440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 68.2%
G = 26.05%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2440F (or 0xB2440F) is known color: Rust. HEX triplet: B2, 44 and 0F. RGB value is (178,68,15). Sum of RGB (Red+Green+Blue) = 178+68+15=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2440F is #4DBBF0. Grayscale: #5F5F5F. Windows color (decimal): -5094385 or 1000626. OLE color: 1000626.

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

Color convert

RGB 178 68 15 -
CMYK 0 0.62 0.92 0.30
HSL 19.51º 0.84% 0.38% -
HSV(B) 19.51º 0.92% 0.7% -
XYZ 20.51 13.63 2 -
YUV 94.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 178 68 15 0 0.62 0.92 0.30 19.51 0.84 0.38
Hex B2 44 F 0 3E 5C 1E 14 54 26
Octal 262 104 17 0 76 134 36 24 124 46
Binary 10110010 1000100 1111 0 111110 1011100 11110 10100 1010100 100110

Color Harmonies of #B2440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2440F

Black with #B2440F

Text Example


Text Example

White with #B2440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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