Html Css Color HEX #B2421C Rust

📋 copy color: '#B2421C'

red 178 ◦ green 66 ◦ blue 28

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

Shades of Rust #B2421C

Tints of Rust #B2421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 65.44%
G = 24.26%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2421C (or 0xB2421C) is known color: Rust. HEX triplet: B2, 42 and 1C. RGB value is (178,66,28). Sum of RGB (Red+Green+Blue) = 178+66+28=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2421C is #4DBDE3. Grayscale: #5F5F5F. Windows color (decimal): -5094884 or 1852082. OLE color: 1852082.

HSL color Cylindrical-coordinate representation of color #B2421C: hue angle of 15.2º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2421C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 28 -
CMYK 0 0.63 0.84 0.30
HSL 15.2º 0.73% 0.4% -
HSV(B) 15.2º 0.84% 0.7% -
XYZ 20.52 13.45 2.61 -
YUV 95.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 178 66 28 0 0.63 0.84 0.30 15.2 0.73 0.4
Hex B2 42 1C 0 3F 54 1E F 49 28
Octal 262 102 34 0 77 124 36 17 111 50
Binary 10110010 1000010 11100 0 111111 1010100 11110 1111 1001001 101000

Color Harmonies of #B2421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2421C

Black with #B2421C

Text Example


Text Example

White with #B2421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2421C; }

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

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

background-color css

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

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

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

border-color css

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

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

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