Html Css Color HEX #B3431C Rust

📋 copy color: '#B3431C'

red 179 ◦ green 67 ◦ blue 28

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

Shades of Rust #B3431C

Tints of Rust #B3431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.22%

R = 65.33%
G = 24.45%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3431C (or 0xB3431C) is known color: Rust. HEX triplet: B3, 43 and 1C. RGB value is (179,67,28). Sum of RGB (Red+Green+Blue) = 179+67+28=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3431C is #4CBCE3. Grayscale: #606060. Windows color (decimal): -5029092 or 1852339. OLE color: 1852339.

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

Color convert

RGB 179 67 28 -
CMYK 0 0.63 0.84 0.30
HSL 15.5º 0.73% 0.41% -
HSV(B) 15.5º 0.84% 0.7% -
XYZ 20.81 13.68 2.64 -
YUV 96.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 179 67 28 0 0.63 0.84 0.30 15.5 0.73 0.41
Hex B3 43 1C 0 3F 54 1E F 49 29
Octal 263 103 34 0 77 124 36 17 111 51
Binary 10110011 1000011 11100 0 111111 1010100 11110 1111 1001001 101001

Color Harmonies of #B3431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3431C

Black with #B3431C

Text Example


Text Example

White with #B3431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3431C; }

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

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

background-color css

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

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

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

border-color css

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

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

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