Html Css Color HEX #B63F1D Rust

📋 copy color: '#B63F1D'

red 182 ◦ green 63 ◦ blue 29

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

Shades of Rust #B63F1D

Tints of Rust #B63F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 66.42%
G = 22.99%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B63F1D (or 0xB63F1D) is known color: Rust. HEX triplet: B6, 3F and 1D. RGB value is (182,63,29). Sum of RGB (Red+Green+Blue) = 182+63+29=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F1D is #49C0E2. Grayscale: #5E5E5E. Windows color (decimal): -4833507 or 1916854. OLE color: 1916854.

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

Color convert

RGB 182 63 29 -
CMYK 0 0.65 0.84 0.29
HSL 13.33º 0.73% 0.41% -
HSV(B) 13.33º 0.84% 0.71% -
XYZ 21.29 13.59 2.66 -
YUV 94.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 182 63 29 0 0.65 0.84 0.29 13.33 0.73 0.41
Hex B6 3F 1D 0 41 54 1D D 49 29
Octal 266 77 35 0 101 124 35 15 111 51
Binary 10110110 111111 11101 0 1000001 1010100 11101 1101 1001001 101001

Color Harmonies of #B63F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F1D

Black with #B63F1D

Text Example


Text Example

White with #B63F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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