Html Css Color HEX #B64319 Rust

📋 copy color: '#B64319'

red 182 ◦ green 67 ◦ blue 25

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

Shades of Rust #B64319

Tints of Rust #B64319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 66.42%
G = 24.45%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B64319 (or 0xB64319) is known color: Rust. HEX triplet: B6, 43 and 19. RGB value is (182,67,25). Sum of RGB (Red+Green+Blue) = 182+67+25=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B64319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64319 is #49BCE6. Grayscale: #606060. Windows color (decimal): -4832487 or 1655734. OLE color: 1655734.

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

Color convert

RGB 182 67 25 -
CMYK 0 0.63 0.86 0.29
HSL 16.05º 0.76% 0.41% -
HSV(B) 16.05º 0.86% 0.71% -
XYZ 21.47 14.03 2.5 -
YUV 96.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 182 67 25 0 0.63 0.86 0.29 16.05 0.76 0.41
Hex B6 43 19 0 3F 56 1D 10 4C 29
Octal 266 103 31 0 77 126 35 20 114 51
Binary 10110110 1000011 11001 0 111111 1010110 11101 10000 1001100 101001

Color Harmonies of #B64319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64319

Black with #B64319

Text Example


Text Example

White with #B64319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64319; }

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

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

background-color css

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

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

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

border-color css

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

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

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