Html Css Color HEX #B3430A Rust

📋 copy color: '#B3430A'

red 179 ◦ green 67 ◦ blue 10

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

Shades of Rust #B3430A

Tints of Rust #B3430A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 69.92%
G = 26.17%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3430A (or 0xB3430A) is known color: Rust. HEX triplet: B3, 43 and 0A. RGB value is (179,67,10). Sum of RGB (Red+Green+Blue) = 179+67+10=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B3430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3430A is #4CBCF5. Grayscale: #5E5E5E. Windows color (decimal): -5029110 or 672691. OLE color: 672691.

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

Color convert

RGB 179 67 10 -
CMYK 0 0.63 0.94 0.30
HSL 20.24º 0.89% 0.37% -
HSV(B) 20.24º 0.94% 0.7% -
XYZ 20.65 13.62 1.83 -
YUV 93.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 179 67 10 0 0.63 0.94 0.30 20.24 0.89 0.37
Hex B3 43 A 0 3F 5E 1E 14 59 25
Octal 263 103 12 0 77 136 36 24 131 45
Binary 10110011 1000011 1010 0 111111 1011110 11110 10100 1011001 100101

Color Harmonies of #B3430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3430A

Black with #B3430A

Text Example


Text Example

White with #B3430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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