Html Css Color HEX #B2431C Rust

📋 copy color: '#B2431C'

red 178 ◦ green 67 ◦ blue 28

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

Shades of Rust #B2431C

Tints of Rust #B2431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 65.2%
G = 24.54%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2431C (or 0xB2431C) is known color: Rust. HEX triplet: B2, 43 and 1C. RGB value is (178,67,28). Sum of RGB (Red+Green+Blue) = 178+67+28=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2431C is #4DBCE3. Grayscale: #606060. Windows color (decimal): -5094628 or 1852338. OLE color: 1852338.

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

Color convert

RGB 178 67 28 -
CMYK 0 0.62 0.84 0.30
HSL 15.6º 0.73% 0.4% -
HSV(B) 15.6º 0.84% 0.7% -
XYZ 20.58 13.56 2.63 -
YUV 95.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 178 67 28 0 0.62 0.84 0.30 15.6 0.73 0.4
Hex B2 43 1C 0 3E 54 1E 10 49 28
Octal 262 103 34 0 76 124 36 20 111 50
Binary 10110010 1000011 11100 0 111110 1010100 11110 10000 1001001 101000

Color Harmonies of #B2431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2431C

Black with #B2431C

Text Example


Text Example

White with #B2431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2431C; }

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

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

background-color css

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

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

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

border-color css

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

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

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