Html Css Color HEX #B4431E Rust

📋 copy color: '#B4431E'

red 180 ◦ green 67 ◦ blue 30

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

Shades of Rust #B4431E

Tints of Rust #B4431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 64.98%
G = 24.19%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4431E (or 0xB4431E) is known color: Rust. HEX triplet: B4, 43 and 1E. RGB value is (180,67,30). Sum of RGB (Red+Green+Blue) = 180+67+30=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4431E is #4BBCE1. Grayscale: #606060. Windows color (decimal): -4963554 or 1983412. OLE color: 1983412.

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

Color convert

RGB 180 67 30 -
CMYK 0 0.63 0.83 0.29
HSL 14.8º 0.71% 0.41% -
HSV(B) 14.8º 0.83% 0.71% -
XYZ 21.06 13.81 2.78 -
YUV 96.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 180 67 30 0 0.63 0.83 0.29 14.8 0.71 0.41
Hex B4 43 1E 0 3F 53 1D F 47 29
Octal 264 103 36 0 77 123 35 17 107 51
Binary 10110100 1000011 11110 0 111111 1010011 11101 1111 1000111 101001

Color Harmonies of #B4431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4431E

Black with #B4431E

Text Example


Text Example

White with #B4431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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