Html Css Color HEX #B2421F Rust

📋 copy color: '#B2421F'

red 178 ◦ green 66 ◦ blue 31

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

Shades of Rust #B2421F

Tints of Rust #B2421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 64.73%
G = 24%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2421F (or 0xB2421F) is known color: Rust. HEX triplet: B2, 42 and 1F. RGB value is (178,66,31). Sum of RGB (Red+Green+Blue) = 178+66+31=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2421F is #4DBDE0. Grayscale: #5F5F5F. Windows color (decimal): -5094881 or 2048690. OLE color: 2048690.

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

Color convert

RGB 178 66 31 -
CMYK 0 0.63 0.83 0.30
HSL 14.29º 0.7% 0.41% -
HSV(B) 14.29º 0.83% 0.7% -
XYZ 20.56 13.46 2.81 -
YUV 95.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 178 66 31 0 0.63 0.83 0.30 14.29 0.7 0.41
Hex B2 42 1F 0 3F 53 1E E 46 29
Octal 262 102 37 0 77 123 36 16 106 51
Binary 10110010 1000010 11111 0 111111 1010011 11110 1110 1000110 101001

Color Harmonies of #B2421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2421F

Black with #B2421F

Text Example


Text Example

White with #B2421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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