Html Css Color HEX #B4431A Rust

📋 copy color: '#B4431A'

red 180 ◦ green 67 ◦ blue 26

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

Shades of Rust #B4431A

Tints of Rust #B4431A

RGB

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

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

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

R = 65.93%
G = 24.54%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4431A (or 0xB4431A) is known color: Rust. HEX triplet: B4, 43 and 1A. RGB value is (180,67,26). Sum of RGB (Red+Green+Blue) = 180+67+26=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4431A is #4BBCE5. Grayscale: #606060. Windows color (decimal): -4963558 or 1721268. OLE color: 1721268.

HSL color Cylindrical-coordinate representation of color #B4431A: hue angle of 15.97º 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 #B4431A is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 26 -
CMYK 0 0.63 0.86 0.29
HSL 15.97º 0.75% 0.4% -
HSV(B) 15.97º 0.86% 0.71% -
XYZ 21.02 13.79 2.53 -
YUV 96.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 180 67 26 0 0.63 0.86 0.29 15.97 0.75 0.4
Hex B4 43 1A 0 3F 56 1D 10 4B 28
Octal 264 103 32 0 77 126 35 20 113 50
Binary 10110100 1000011 11010 0 111111 1010110 11101 10000 1001011 101000

Color Harmonies of #B4431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4431A

Black with #B4431A

Text Example


Text Example

White with #B4431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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