Html Css Color HEX #B63413 Rust

📋 copy color: '#B63413'

red 182 ◦ green 52 ◦ blue 19

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

Shades of Rust #B63413

Tints of Rust #B63413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.55%

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

R = 71.94%
G = 20.55%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B63413 (or 0xB63413) is known color: Rust. HEX triplet: B6, 34 and 13. RGB value is (182,52,19). Sum of RGB (Red+Green+Blue) = 182+52+19=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B63413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63413 is #49CBEC. Grayscale: #575757. Windows color (decimal): -4836333 or 1258678. OLE color: 1258678.

HSL color Cylindrical-coordinate representation of color #B63413: hue angle of 12.15º 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 #B63413 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 19 -
CMYK 0 0.71 0.90 0.29
HSL 12.15º 0.81% 0.39% -
HSV(B) 12.15º 0.9% 0.71% -
XYZ 20.64 12.45 1.93 -
YUV 87.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 182 52 19 0 0.71 0.90 0.29 12.15 0.81 0.39
Hex B6 34 13 0 47 5A 1D C 51 27
Octal 266 64 23 0 107 132 35 14 121 47
Binary 10110110 110100 10011 0 1000111 1011010 11101 1100 1010001 100111

Color Harmonies of #B63413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63413

Black with #B63413

Text Example


Text Example

White with #B63413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63413; }

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

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

background-color css

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

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

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

border-color css

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

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

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