Html Css Color HEX #B6430E Rust

📋 copy color: '#B6430E'

red 182 ◦ green 67 ◦ blue 14

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

Shades of Rust #B6430E

Tints of Rust #B6430E

RGB

 RED value IS 182 (71.48% from 255) = 69.2%

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

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 69.2%
G = 25.48%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6430E (or 0xB6430E) is known color: Rust. HEX triplet: B6, 43 and 0E. RGB value is (182,67,14). Sum of RGB (Red+Green+Blue) = 182+67+14=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6430E is #49BCF1. Grayscale: #5F5F5F. Windows color (decimal): -4832498 or 934838. OLE color: 934838.

HSL color Cylindrical-coordinate representation of color #B6430E: hue angle of 18.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6430E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 14 -
CMYK 0 0.63 0.92 0.29
HSL 18.93º 0.86% 0.38% -
HSV(B) 18.93º 0.92% 0.71% -
XYZ 21.38 13.99 1.99 -
YUV 95.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 182 67 14 0 0.63 0.92 0.29 18.93 0.86 0.38
Hex B6 43 E 0 3F 5C 1D 13 56 26
Octal 266 103 16 0 77 134 35 23 126 46
Binary 10110110 1000011 1110 0 111111 1011100 11101 10011 1010110 100110

Color Harmonies of #B6430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6430E

Black with #B6430E

Text Example


Text Example

White with #B6430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6430E; }

 p { color: rgb(182,67,14); }

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

background-color css

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

 a { background-color: rgb(182,67,14); }

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

border-color css

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

 span { border-color: rgb(182,67,14); }

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