Html Css Color HEX #B63719 Rust

📋 copy color: '#B63719'

red 182 ◦ green 55 ◦ blue 25

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

Shades of Rust #B63719

Tints of Rust #B63719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 69.47%
G = 20.99%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B63719 (or 0xB63719) is known color: Rust. HEX triplet: B6, 37 and 19. RGB value is (182,55,25). Sum of RGB (Red+Green+Blue) = 182+55+25=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B63719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63719 is #49C8E6. Grayscale: #595959. Windows color (decimal): -4835559 or 1652662. OLE color: 1652662.

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

Color convert

RGB 182 55 25 -
CMYK 0 0.70 0.86 0.29
HSL 11.46º 0.76% 0.41% -
HSV(B) 11.46º 0.86% 0.71% -
XYZ 20.83 12.75 2.28 -
YUV 89.55 91.58 193.94 -
System Red Green Blue C M Y K H S L
Decimal 182 55 25 0 0.70 0.86 0.29 11.46 0.76 0.41
Hex B6 37 19 0 46 56 1D B 4C 29
Octal 266 67 31 0 106 126 35 13 114 51
Binary 10110110 110111 11001 0 1000110 1010110 11101 1011 1001100 101001

Color Harmonies of #B63719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63719

Black with #B63719

Text Example


Text Example

White with #B63719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63719; }

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

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

background-color css

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

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

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

border-color css

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

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

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