Html Css Color HEX #B2441F Rust

📋 copy color: '#B2441F'

red 178 ◦ green 68 ◦ blue 31

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

Shades of Rust #B2441F

Tints of Rust #B2441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 64.26%
G = 24.55%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2441F (or 0xB2441F) is known color: Rust. HEX triplet: B2, 44 and 1F. RGB value is (178,68,31). Sum of RGB (Red+Green+Blue) = 178+68+31=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2441F is #4DBBE0. Grayscale: #606060. Windows color (decimal): -5094369 or 2049202. OLE color: 2049202.

HSL color Cylindrical-coordinate representation of color #B2441F: hue angle of 15.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2441F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 31 -
CMYK 0 0.62 0.83 0.30
HSL 15.1º 0.7% 0.41% -
HSV(B) 15.1º 0.83% 0.7% -
XYZ 20.67 13.7 2.85 -
YUV 96.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 178 68 31 0 0.62 0.83 0.30 15.1 0.7 0.41
Hex B2 44 1F 0 3E 53 1E F 46 29
Octal 262 104 37 0 76 123 36 17 106 51
Binary 10110010 1000100 11111 0 111110 1010011 11110 1111 1000110 101001

Color Harmonies of #B2441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2441F

Black with #B2441F

Text Example


Text Example

White with #B2441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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