Html Css Color HEX #B63F21 Rust

📋 copy color: '#B63F21'

red 182 ◦ green 63 ◦ blue 33

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

Shades of Rust #B63F21

Tints of Rust #B63F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 65.47%
G = 22.66%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B63F21 (or 0xB63F21) is known color: Rust. HEX triplet: B6, 3F and 21. RGB value is (182,63,33). Sum of RGB (Red+Green+Blue) = 182+63+33=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F21 is #49C0DE. Grayscale: #5F5F5F. Windows color (decimal): -4833503 or 2178998. OLE color: 2178998.

HSL color Cylindrical-coordinate representation of color #B63F21: hue angle of 12.08º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63F21 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 63 33 -
CMYK 0 0.65 0.82 0.29
HSL 12.08º 0.69% 0.42% -
HSV(B) 12.08º 0.82% 0.71% -
XYZ 21.34 13.61 2.94 -
YUV 95.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 182 63 33 0 0.65 0.82 0.29 12.08 0.69 0.42
Hex B6 3F 21 0 41 52 1D C 45 2A
Octal 266 77 41 0 101 122 35 14 105 52
Binary 10110110 111111 100001 0 1000001 1010010 11101 1100 1000101 101010

Color Harmonies of #B63F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63F21

Black with #B63F21

Text Example


Text Example

White with #B63F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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