Html Css Color HEX #B63C1A Rust

📋 copy color: '#B63C1A'

red 182 ◦ green 60 ◦ blue 26

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

Shades of Rust #B63C1A

Tints of Rust #B63C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 67.91%
G = 22.39%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B63C1A (or 0xB63C1A) is known color: Rust. HEX triplet: B6, 3C and 1A. RGB value is (182,60,26). Sum of RGB (Red+Green+Blue) = 182+60+26=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C1A is #49C3E5. Grayscale: #5C5C5C. Windows color (decimal): -4834278 or 1719478. OLE color: 1719478.

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

Color convert

RGB 182 60 26 -
CMYK 0 0.67 0.86 0.29
HSL 13.08º 0.75% 0.41% -
HSV(B) 13.08º 0.86% 0.71% -
XYZ 21.09 13.25 2.42 -
YUV 92.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 182 60 26 0 0.67 0.86 0.29 13.08 0.75 0.41
Hex B6 3C 1A 0 43 56 1D D 4B 29
Octal 266 74 32 0 103 126 35 15 113 51
Binary 10110110 111100 11010 0 1000011 1010110 11101 1101 1001011 101001

Color Harmonies of #B63C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C1A

Black with #B63C1A

Text Example


Text Example

White with #B63C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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