Html Css Color HEX #B63C07 Rust

📋 copy color: '#B63C07'

red 182 ◦ green 60 ◦ blue 7

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

Shades of Rust #B63C07

Tints of Rust #B63C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 73.09%
G = 24.1%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B63C07 (or 0xB63C07) is known color: Rust. HEX triplet: B6, 3C and 07. RGB value is (182,60,7). Sum of RGB (Red+Green+Blue) = 182+60+7=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C07 is #49C3F8. Grayscale: #5A5A5A. Windows color (decimal): -4834297 or 474294. OLE color: 474294.

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

Color convert

RGB 182 60 7 -
CMYK 0 0.67 0.96 0.29
HSL 18.17º 0.93% 0.37% -
HSV(B) 18.17º 0.96% 0.71% -
XYZ 20.95 13.19 1.64 -
YUV 90.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 182 60 7 0 0.67 0.96 0.29 18.17 0.93 0.37
Hex B6 3C 7 0 43 60 1D 12 5D 25
Octal 266 74 7 0 103 140 35 22 135 45
Binary 10110110 111100 111 0 1000011 1100000 11101 10010 1011101 100101

Color Harmonies of #B63C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C07

Black with #B63C07

Text Example


Text Example

White with #B63C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C07; }

 p { color: rgb(182,60,7); }

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

background-color css

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

 a { background-color: rgb(182,60,7); }

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

border-color css

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

 span { border-color: rgb(182,60,7); }

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