Html Css Color HEX #B63C0A Rust

📋 copy color: '#B63C0A'

red 182 ◦ green 60 ◦ blue 10

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

Shades of Rust #B63C0A

Tints of Rust #B63C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 72.22%
G = 23.81%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B63C0A (or 0xB63C0A) is known color: Rust. HEX triplet: B6, 3C and 0A. RGB value is (182,60,10). Sum of RGB (Red+Green+Blue) = 182+60+10=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C0A is #49C3F5. Grayscale: #5B5B5B. Windows color (decimal): -4834294 or 670902. OLE color: 670902.

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

Color convert

RGB 182 60 10 -
CMYK 0 0.67 0.95 0.29
HSL 17.44º 0.9% 0.38% -
HSV(B) 17.44º 0.95% 0.71% -
XYZ 20.96 13.2 1.73 -
YUV 90.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 182 60 10 0 0.67 0.95 0.29 17.44 0.9 0.38
Hex B6 3C A 0 43 5F 1D 11 5A 26
Octal 266 74 12 0 103 137 35 21 132 46
Binary 10110110 111100 1010 0 1000011 1011111 11101 10001 1011010 100110

Color Harmonies of #B63C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C0A

Black with #B63C0A

Text Example


Text Example

White with #B63C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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