Html Css Color HEX #B3430C Rust

📋 copy color: '#B3430C'

red 179 ◦ green 67 ◦ blue 12

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

Shades of Rust #B3430C

Tints of Rust #B3430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 69.38%
G = 25.97%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3430C (or 0xB3430C) is known color: Rust. HEX triplet: B3, 43 and 0C. RGB value is (179,67,12). Sum of RGB (Red+Green+Blue) = 179+67+12=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B3430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3430C is #4CBCF3. Grayscale: #5E5E5E. Windows color (decimal): -5029108 or 803763. OLE color: 803763.

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

Color convert

RGB 179 67 12 -
CMYK 0 0.63 0.93 0.30
HSL 19.76º 0.87% 0.37% -
HSV(B) 19.76º 0.93% 0.7% -
XYZ 20.66 13.62 1.89 -
YUV 94.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 179 67 12 0 0.63 0.93 0.30 19.76 0.87 0.37
Hex B3 43 C 0 3F 5D 1E 14 57 25
Octal 263 103 14 0 77 135 36 24 127 45
Binary 10110011 1000011 1100 0 111111 1011101 11110 10100 1010111 100101

Color Harmonies of #B3430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3430C

Black with #B3430C

Text Example


Text Example

White with #B3430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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