Html Css Color HEX #B4431D Rust

📋 copy color: '#B4431D'

red 180 ◦ green 67 ◦ blue 29

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

Shades of Rust #B4431D

Tints of Rust #B4431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 65.22%
G = 24.28%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4431D (or 0xB4431D) is known color: Rust. HEX triplet: B4, 43 and 1D. RGB value is (180,67,29). Sum of RGB (Red+Green+Blue) = 180+67+29=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4431D is #4BBCE2. Grayscale: #606060. Windows color (decimal): -4963555 or 1917876. OLE color: 1917876.

HSL color Cylindrical-coordinate representation of color #B4431D: hue angle of 15.1º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4431D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 67 29 -
CMYK 0 0.63 0.84 0.29
HSL 15.1º 0.72% 0.41% -
HSV(B) 15.1º 0.84% 0.71% -
XYZ 21.05 13.81 2.72 -
YUV 96.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 180 67 29 0 0.63 0.84 0.29 15.1 0.72 0.41
Hex B4 43 1D 0 3F 54 1D F 48 29
Octal 264 103 35 0 77 124 35 17 110 51
Binary 10110100 1000011 11101 0 111111 1010100 11101 1111 1001000 101001

Color Harmonies of #B4431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4431D

Black with #B4431D

Text Example


Text Example

White with #B4431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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