Html Css Color HEX #B3421E Rust

📋 copy color: '#B3421E'

red 179 ◦ green 66 ◦ blue 30

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

Shades of Rust #B3421E

Tints of Rust #B3421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

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

R = 65.09%
G = 24%
B = 10.91%

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

#B3421E (or 0xB3421E) is known color: Rust. HEX triplet: B3, 42 and 1E. RGB value is (179,66,30). Sum of RGB (Red+Green+Blue) = 179+66+30=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B3421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3421E is #4CBDE1. Grayscale: #5F5F5F. Windows color (decimal): -5029346 or 1983155. OLE color: 1983155.

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

Color convert

RGB 179 66 30 -
CMYK 0 0.63 0.83 0.30
HSL 14.5º 0.71% 0.41% -
HSV(B) 14.5º 0.83% 0.7% -
XYZ 20.77 13.57 2.75 -
YUV 95.68 90.94 187.43 -
System Red Green Blue C M Y K H S L
Decimal 179 66 30 0 0.63 0.83 0.30 14.5 0.71 0.41
Hex B3 42 1E 0 3F 53 1E E 47 29
Octal 263 102 36 0 77 123 36 16 107 51
Binary 10110011 1000010 11110 0 111111 1010011 11110 1110 1000111 101001

Color Harmonies of #B3421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3421E

Black with #B3421E

Text Example


Text Example

White with #B3421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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