Html Css Color HEX #B64C1A Rust

📋 copy color: '#B64C1A'

red 182 ◦ green 76 ◦ blue 26

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

Shades of Rust #B64C1A

Tints of Rust #B64C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.76%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 64.08%
G = 26.76%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B64C1A (or 0xB64C1A) is known color: Rust. HEX triplet: B6, 4C and 1A. RGB value is (182,76,26). Sum of RGB (Red+Green+Blue) = 182+76+26=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C1A is #49B3E5. Grayscale: #666666. Windows color (decimal): -4830182 or 1723574. OLE color: 1723574.

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

Color convert

RGB 182 76 26 -
CMYK 0 0.58 0.86 0.29
HSL 19.23º 0.75% 0.41% -
HSV(B) 19.23º 0.86% 0.71% -
XYZ 22.06 15.19 2.75 -
YUV 101.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 182 76 26 0 0.58 0.86 0.29 19.23 0.75 0.41
Hex B6 4C 1A 0 3A 56 1D 13 4B 29
Octal 266 114 32 0 72 126 35 23 113 51
Binary 10110110 1001100 11010 0 111010 1010110 11101 10011 1001011 101001

Color Harmonies of #B64C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C1A

Black with #B64C1A

Text Example


Text Example

White with #B64C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C1A; }

 p { color: rgb(182,76,26); }

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

background-color css

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

 a { background-color: rgb(182,76,26); }

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

border-color css

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

 span { border-color: rgb(182,76,26); }

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