Html Css Color HEX #B3431E Rust

📋 copy color: '#B3431E'

red 179 ◦ green 67 ◦ blue 30

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

Shades of Rust #B3431E

Tints of Rust #B3431E

RGB

 RED value IS 179 (70.31% from 255) = 64.86%

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

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

R = 64.86%
G = 24.28%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3431E (or 0xB3431E) is known color: Rust. HEX triplet: B3, 43 and 1E. RGB value is (179,67,30). Sum of RGB (Red+Green+Blue) = 179+67+30=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3431E is #4CBCE1. Grayscale: #606060. Windows color (decimal): -5029090 or 1983411. OLE color: 1983411.

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

Color convert

RGB 179 67 30 -
CMYK 0 0.63 0.83 0.30
HSL 14.9º 0.71% 0.41% -
HSV(B) 14.9º 0.83% 0.7% -
XYZ 20.83 13.69 2.77 -
YUV 96.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 179 67 30 0 0.63 0.83 0.30 14.9 0.71 0.41
Hex B3 43 1E 0 3F 53 1E F 47 29
Octal 263 103 36 0 77 123 36 17 107 51
Binary 10110011 1000011 11110 0 111111 1010011 11110 1111 1000111 101001

Color Harmonies of #B3431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3431E

Black with #B3431E

Text Example


Text Example

White with #B3431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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