Html Css Color HEX #B63A1A Rust

📋 copy color: '#B63A1A'

red 182 ◦ green 58 ◦ blue 26

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

Shades of Rust #B63A1A

Tints of Rust #B63A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

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

R = 68.42%
G = 21.8%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B63A1A (or 0xB63A1A) is known color: Rust. HEX triplet: B6, 3A and 1A. RGB value is (182,58,26). Sum of RGB (Red+Green+Blue) = 182+58+26=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A1A is #49C5E5. Grayscale: #5B5B5B. Windows color (decimal): -4834790 or 1718966. OLE color: 1718966.

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

Color convert

RGB 182 58 26 -
CMYK 0 0.68 0.86 0.29
HSL 12.31º 0.75% 0.41% -
HSV(B) 12.31º 0.86% 0.71% -
XYZ 20.99 13.05 2.39 -
YUV 91.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 182 58 26 0 0.68 0.86 0.29 12.31 0.75 0.41
Hex B6 3A 1A 0 44 56 1D C 4B 29
Octal 266 72 32 0 104 126 35 14 113 51
Binary 10110110 111010 11010 0 1000100 1010110 11101 1100 1001011 101001

Color Harmonies of #B63A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A1A

Black with #B63A1A

Text Example


Text Example

White with #B63A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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