Html Css Color HEX #B63D0D Rust

📋 copy color: '#B63D0D'

red 182 ◦ green 61 ◦ blue 13

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

Shades of Rust #B63D0D

Tints of Rust #B63D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 71.09%
G = 23.83%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B63D0D (or 0xB63D0D) is known color: Rust. HEX triplet: B6, 3D and 0D. RGB value is (182,61,13). Sum of RGB (Red+Green+Blue) = 182+61+13=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D0D is #49C2F2. Grayscale: #5C5C5C. Windows color (decimal): -4834035 or 867766. OLE color: 867766.

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

Color convert

RGB 182 61 13 -
CMYK 0 0.66 0.93 0.29
HSL 17.04º 0.87% 0.38% -
HSV(B) 17.04º 0.93% 0.71% -
XYZ 21.03 13.31 1.84 -
YUV 91.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 182 61 13 0 0.66 0.93 0.29 17.04 0.87 0.38
Hex B6 3D D 0 42 5D 1D 11 57 26
Octal 266 75 15 0 102 135 35 21 127 46
Binary 10110110 111101 1101 0 1000010 1011101 11101 10001 1010111 100110

Color Harmonies of #B63D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63D0D

Black with #B63D0D

Text Example


Text Example

White with #B63D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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