Html Css Color HEX #B63313 Rust

📋 copy color: '#B63313'

red 182 ◦ green 51 ◦ blue 19

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

Shades of Rust #B63313

Tints of Rust #B63313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 72.22%
G = 20.24%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63313 (or 0xB63313) is known color: Rust. HEX triplet: B6, 33 and 13. RGB value is (182,51,19). Sum of RGB (Red+Green+Blue) = 182+51+19=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B63313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63313 is #49CCEC. Grayscale: #565656. Windows color (decimal): -4836589 or 1258422. OLE color: 1258422.

HSL color Cylindrical-coordinate representation of color #B63313: hue angle of 11.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63313 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 19 -
CMYK 0 0.72 0.90 0.29
HSL 11.78º 0.81% 0.39% -
HSV(B) 11.78º 0.9% 0.71% -
XYZ 20.59 12.36 1.92 -
YUV 86.52 89.9 196.1 -
System Red Green Blue C M Y K H S L
Decimal 182 51 19 0 0.72 0.90 0.29 11.78 0.81 0.39
Hex B6 33 13 0 48 5A 1D C 51 27
Octal 266 63 23 0 110 132 35 14 121 47
Binary 10110110 110011 10011 0 1001000 1011010 11101 1100 1010001 100111

Color Harmonies of #B63313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63313

Black with #B63313

Text Example


Text Example

White with #B63313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63313; }

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

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

background-color css

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

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

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

border-color css

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

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

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