Html Css Color HEX #BF3D16 Rust

📋 copy color: '#BF3D16'

red 191 ◦ green 61 ◦ blue 22

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

Shades of Rust #BF3D16

Tints of Rust #BF3D16

RGB

 RED value IS 191 (75% from 255) = 69.71%

 GREEN value IS 61 (24.22% from 255) = 22.26%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 69.71%
G = 22.26%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF3D16 (or 0xBF3D16) is known color: Rust. HEX triplet: BF, 3D and 16. RGB value is (191,61,22). Sum of RGB (Red+Green+Blue) = 191+61+22=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3D16 is #40C2E9. Grayscale: #5F5F5F. Windows color (decimal): -4244202 or 1457599. OLE color: 1457599.

HSL color Cylindrical-coordinate representation of color #BF3D16: hue angle of 13.85º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF3D16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 61 22 -
CMYK 0 0.68 0.88 0.25
HSL 13.85º 0.79% 0.42% -
HSV(B) 13.85º 0.88% 0.75% -
XYZ 23.3 14.47 2.32 -
YUV 95.42 86.57 196.17 -
System Red Green Blue C M Y K H S L
Decimal 191 61 22 0 0.68 0.88 0.25 13.85 0.79 0.42
Hex BF 3D 16 0 44 58 19 E 4F 2A
Octal 277 75 26 0 104 130 31 16 117 52
Binary 10111111 111101 10110 0 1000100 1011000 11001 1110 1001111 101010

Color Harmonies of #BF3D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D16

Black with #BF3D16

Text Example


Text Example

White with #BF3D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D16; }

 p { color: rgb(191,61,22); }

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

background-color css

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

 a { background-color: rgb(191,61,22); }

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

border-color css

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

 span { border-color: rgb(191,61,22); }

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