Html Css Color HEX #B64C1D Rust

📋 copy color: '#B64C1D'

red 182 ◦ green 76 ◦ blue 29

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

Shades of Rust #B64C1D

Tints of Rust #B64C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 63.41%
G = 26.48%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B64C1D (or 0xB64C1D) is known color: Rust. HEX triplet: B6, 4C and 1D. RGB value is (182,76,29). Sum of RGB (Red+Green+Blue) = 182+76+29=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64C1D is #49B3E2. Grayscale: #666666. Windows color (decimal): -4830179 or 1920182. OLE color: 1920182.

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

Color convert

RGB 182 76 29 -
CMYK 0 0.58 0.84 0.29
HSL 18.43º 0.73% 0.41% -
HSV(B) 18.43º 0.84% 0.71% -
XYZ 22.1 15.2 2.93 -
YUV 102.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 182 76 29 0 0.58 0.84 0.29 18.43 0.73 0.41
Hex B6 4C 1D 0 3A 54 1D 12 49 29
Octal 266 114 35 0 72 124 35 22 111 51
Binary 10110110 1001100 11101 0 111010 1010100 11101 10010 1001001 101001

Color Harmonies of #B64C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C1D

Black with #B64C1D

Text Example


Text Example

White with #B64C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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