Html Css Color HEX #B2421E Rust

📋 copy color: '#B2421E'

red 178 ◦ green 66 ◦ blue 30

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

Shades of Rust #B2421E

Tints of Rust #B2421E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 64.96%
G = 24.09%
B = 10.95%

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

#B2421E (or 0xB2421E) is known color: Rust. HEX triplet: B2, 42 and 1E. RGB value is (178,66,30). Sum of RGB (Red+Green+Blue) = 178+66+30=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2421E is #4DBDE1. Grayscale: #5F5F5F. Windows color (decimal): -5094882 or 1983154. OLE color: 1983154.

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

Color convert

RGB 178 66 30 -
CMYK 0 0.63 0.83 0.30
HSL 14.59º 0.71% 0.41% -
HSV(B) 14.59º 0.83% 0.7% -
XYZ 20.54 13.46 2.74 -
YUV 95.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 178 66 30 0 0.63 0.83 0.30 14.59 0.71 0.41
Hex B2 42 1E 0 3F 53 1E F 47 29
Octal 262 102 36 0 77 123 36 17 107 51
Binary 10110010 1000010 11110 0 111111 1010011 11110 1111 1000111 101001

Color Harmonies of #B2421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2421E

Black with #B2421E

Text Example


Text Example

White with #B2421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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