Html Css Color HEX #B6450D Rust

📋 copy color: '#B6450D'

red 182 ◦ green 69 ◦ blue 13

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

Shades of Rust #B6450D

Tints of Rust #B6450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 68.94%
G = 26.14%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6450D (or 0xB6450D) is known color: Rust. HEX triplet: B6, 45 and 0D. RGB value is (182,69,13). Sum of RGB (Red+Green+Blue) = 182+69+13=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6450D is #49BAF2. Grayscale: #606060. Windows color (decimal): -4831987 or 869814. OLE color: 869814.

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

Color convert

RGB 182 69 13 -
CMYK 0 0.62 0.93 0.29
HSL 19.88º 0.87% 0.38% -
HSV(B) 19.88º 0.93% 0.71% -
XYZ 21.49 14.23 1.99 -
YUV 96.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 182 69 13 0 0.62 0.93 0.29 19.88 0.87 0.38
Hex B6 45 D 0 3E 5D 1D 14 57 26
Octal 266 105 15 0 76 135 35 24 127 46
Binary 10110110 1000101 1101 0 111110 1011101 11101 10100 1010111 100110

Color Harmonies of #B6450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6450D

Black with #B6450D

Text Example


Text Example

White with #B6450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6450D; }

 p { color: rgb(182,69,13); }

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

background-color css

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

 a { background-color: rgb(182,69,13); }

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

border-color css

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

 span { border-color: rgb(182,69,13); }

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