Html Css Color HEX #B4451A Rust

📋 copy color: '#B4451A'

red 180 ◦ green 69 ◦ blue 26

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

Shades of Rust #B4451A

Tints of Rust #B4451A

RGB

 RED value IS 180 (70.7% from 255) = 65.45%

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

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

R = 65.45%
G = 25.09%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4451A (or 0xB4451A) is known color: Rust. HEX triplet: B4, 45 and 1A. RGB value is (180,69,26). Sum of RGB (Red+Green+Blue) = 180+69+26=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4451A is #4BBAE5. Grayscale: #616161. Windows color (decimal): -4963046 or 1721780. OLE color: 1721780.

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

Color convert

RGB 180 69 26 -
CMYK 0 0.62 0.86 0.29
HSL 16.75º 0.75% 0.4% -
HSV(B) 16.75º 0.86% 0.71% -
XYZ 21.14 14.03 2.57 -
YUV 97.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 180 69 26 0 0.62 0.86 0.29 16.75 0.75 0.4
Hex B4 45 1A 0 3E 56 1D 11 4B 28
Octal 264 105 32 0 76 126 35 21 113 50
Binary 10110100 1000101 11010 0 111110 1010110 11101 10001 1001011 101000

Color Harmonies of #B4451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4451A

Black with #B4451A

Text Example


Text Example

White with #B4451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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