Html Css Color HEX #B63819 Rust

📋 copy color: '#B63819'

red 182 ◦ green 56 ◦ blue 25

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

Shades of Rust #B63819

Tints of Rust #B63819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.29%

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 69.2%
G = 21.29%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B63819 (or 0xB63819) is known color: Rust. HEX triplet: B6, 38 and 19. RGB value is (182,56,25). Sum of RGB (Red+Green+Blue) = 182+56+25=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63819 is #49C7E6. Grayscale: #5A5A5A. Windows color (decimal): -4835303 or 1652918. OLE color: 1652918.

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

Color convert

RGB 182 56 25 -
CMYK 0 0.69 0.86 0.29
HSL 11.85º 0.76% 0.41% -
HSV(B) 11.85º 0.86% 0.71% -
XYZ 20.88 12.84 2.3 -
YUV 90.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 182 56 25 0 0.69 0.86 0.29 11.85 0.76 0.41
Hex B6 38 19 0 45 56 1D C 4C 29
Octal 266 70 31 0 105 126 35 14 114 51
Binary 10110110 111000 11001 0 1000101 1010110 11101 1100 1001100 101001

Color Harmonies of #B63819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63819

Black with #B63819

Text Example


Text Example

White with #B63819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63819; }

 p { color: rgb(182,56,25); }

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

background-color css

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

 a { background-color: rgb(182,56,25); }

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

border-color css

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

 span { border-color: rgb(182,56,25); }

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