Html Css Color HEX #B63F1A Rust

📋 copy color: '#B63F1A'

red 182 ◦ green 63 ◦ blue 26

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

Shades of Rust #B63F1A

Tints of Rust #B63F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

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

R = 67.16%
G = 23.25%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B63F1A (or 0xB63F1A) is known color: Rust. HEX triplet: B6, 3F and 1A. RGB value is (182,63,26). Sum of RGB (Red+Green+Blue) = 182+63+26=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F1A is #49C0E5. Grayscale: #5E5E5E. Windows color (decimal): -4833510 or 1720246. OLE color: 1720246.

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

Color convert

RGB 182 63 26 -
CMYK 0 0.65 0.86 0.29
HSL 14.23º 0.75% 0.41% -
HSV(B) 14.23º 0.86% 0.71% -
XYZ 21.26 13.57 2.48 -
YUV 94.36 89.42 190.51 -
System Red Green Blue C M Y K H S L
Decimal 182 63 26 0 0.65 0.86 0.29 14.23 0.75 0.41
Hex B6 3F 1A 0 41 56 1D E 4B 29
Octal 266 77 32 0 101 126 35 16 113 51
Binary 10110110 111111 11010 0 1000001 1010110 11101 1110 1001011 101001

Color Harmonies of #B63F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F1A

Black with #B63F1A

Text Example


Text Example

White with #B63F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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