Html Css Color HEX #B2451A Rust

📋 copy color: '#B2451A'

red 178 ◦ green 69 ◦ blue 26

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

Shades of Rust #B2451A

Tints of Rust #B2451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 65.2%
G = 25.27%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2451A (or 0xB2451A) is known color: Rust. HEX triplet: B2, 45 and 1A. RGB value is (178,69,26). Sum of RGB (Red+Green+Blue) = 178+69+26=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2451A is #4DBAE5. Grayscale: #606060. Windows color (decimal): -5094118 or 1721778. OLE color: 1721778.

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

Color convert

RGB 178 69 26 -
CMYK 0 0.61 0.85 0.30
HSL 16.97º 0.75% 0.4% -
HSV(B) 16.97º 0.85% 0.7% -
XYZ 20.67 13.8 2.55 -
YUV 96.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 178 69 26 0 0.61 0.85 0.30 16.97 0.75 0.4
Hex B2 45 1A 0 3D 55 1E 11 4B 28
Octal 262 105 32 0 75 125 36 21 113 50
Binary 10110010 1000101 11010 0 111101 1010101 11110 10001 1001011 101000

Color Harmonies of #B2451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2451A

Black with #B2451A

Text Example


Text Example

White with #B2451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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