Html Css Color HEX #B63314 Rust

📋 copy color: '#B63314'

red 182 ◦ green 51 ◦ blue 20

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

Shades of Rust #B63314

Tints of Rust #B63314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.16%

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 71.94%
G = 20.16%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B63314 (or 0xB63314) is known color: Rust. HEX triplet: B6, 33 and 14. RGB value is (182,51,20). Sum of RGB (Red+Green+Blue) = 182+51+20=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B63314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63314 is #49CCEB. Grayscale: #565656. Windows color (decimal): -4836588 or 1323958. OLE color: 1323958.

HSL color Cylindrical-coordinate representation of color #B63314: hue angle of 11.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B63314 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 20 -
CMYK 0 0.72 0.89 0.29
HSL 11.48º 0.8% 0.4% -
HSV(B) 11.48º 0.89% 0.71% -
XYZ 20.6 12.36 1.96 -
YUV 86.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 182 51 20 0 0.72 0.89 0.29 11.48 0.8 0.4
Hex B6 33 14 0 48 59 1D B 50 28
Octal 266 63 24 0 110 131 35 13 120 50
Binary 10110110 110011 10100 0 1001000 1011001 11101 1011 1010000 101000

Color Harmonies of #B63314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63314

Black with #B63314

Text Example


Text Example

White with #B63314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63314; }

 p { color: rgb(182,51,20); }

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

background-color css

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

 a { background-color: rgb(182,51,20); }

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

border-color css

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

 span { border-color: rgb(182,51,20); }

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