Html Css Color HEX #B4450E Rust

📋 copy color: '#B4450E'

red 180 ◦ green 69 ◦ blue 14

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

Shades of Rust #B4450E

Tints of Rust #B4450E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 68.44%
G = 26.24%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4450E (or 0xB4450E) is known color: Rust. HEX triplet: B4, 45 and 0E. RGB value is (180,69,14). Sum of RGB (Red+Green+Blue) = 180+69+14=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4450E is #4BBAF1. Grayscale: #606060. Windows color (decimal): -4963058 or 935348. OLE color: 935348.

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

Color convert

RGB 180 69 14 -
CMYK 0 0.62 0.92 0.29
HSL 19.88º 0.86% 0.38% -
HSV(B) 19.88º 0.92% 0.71% -
XYZ 21.03 13.99 2.01 -
YUV 95.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 180 69 14 0 0.62 0.92 0.29 19.88 0.86 0.38
Hex B4 45 E 0 3E 5C 1D 14 56 26
Octal 264 105 16 0 76 134 35 24 126 46
Binary 10110100 1000101 1110 0 111110 1011100 11101 10100 1010110 100110

Color Harmonies of #B4450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4450E

Black with #B4450E

Text Example


Text Example

White with #B4450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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