Html Css Color HEX #B63D1F Rust

📋 copy color: '#B63D1F'

red 182 ◦ green 61 ◦ blue 31

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

Shades of Rust #B63D1F

Tints of Rust #B63D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 66.42%
G = 22.26%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B63D1F (or 0xB63D1F) is known color: Rust. HEX triplet: B6, 3D and 1F. RGB value is (182,61,31). Sum of RGB (Red+Green+Blue) = 182+61+31=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D1F is #49C2E0. Grayscale: #5E5E5E. Windows color (decimal): -4834017 or 2047414. OLE color: 2047414.

HSL color Cylindrical-coordinate representation of color #B63D1F: hue angle of 11.92º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B63D1F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 31 -
CMYK 0 0.66 0.83 0.29
HSL 11.92º 0.71% 0.42% -
HSV(B) 11.92º 0.83% 0.71% -
XYZ 21.21 13.38 2.76 -
YUV 93.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 182 61 31 0 0.66 0.83 0.29 11.92 0.71 0.42
Hex B6 3D 1F 0 42 53 1D C 47 2A
Octal 266 75 37 0 102 123 35 14 107 52
Binary 10110110 111101 11111 0 1000010 1010011 11101 1100 1000111 101010

Color Harmonies of #B63D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D1F

Black with #B63D1F

Text Example


Text Example

White with #B63D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D1F; }

 p { color: rgb(182,61,31); }

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

background-color css

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

 a { background-color: rgb(182,61,31); }

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

border-color css

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

 span { border-color: rgb(182,61,31); }

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