Html Css Color HEX #B2431A Rust

📋 copy color: '#B2431A'

red 178 ◦ green 67 ◦ blue 26

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

Shades of Rust #B2431A

Tints of Rust #B2431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 65.68%
G = 24.72%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2431A (or 0xB2431A) is known color: Rust. HEX triplet: B2, 43 and 1A. RGB value is (178,67,26). Sum of RGB (Red+Green+Blue) = 178+67+26=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2431A is #4DBCE5. Grayscale: #5F5F5F. Windows color (decimal): -5094630 or 1721266. OLE color: 1721266.

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

Color convert

RGB 178 67 26 -
CMYK 0 0.62 0.85 0.30
HSL 16.18º 0.75% 0.4% -
HSV(B) 16.18º 0.85% 0.7% -
XYZ 20.55 13.55 2.51 -
YUV 95.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 178 67 26 0 0.62 0.85 0.30 16.18 0.75 0.4
Hex B2 43 1A 0 3E 55 1E 10 4B 28
Octal 262 103 32 0 76 125 36 20 113 50
Binary 10110010 1000011 11010 0 111110 1010101 11110 10000 1001011 101000

Color Harmonies of #B2431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2431A

Black with #B2431A

Text Example


Text Example

White with #B2431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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