Html Css Color HEX #BF3606 Rust

📋 copy color: '#BF3606'

red 191 ◦ green 54 ◦ blue 6

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

Shades of Rust #BF3606

Tints of Rust #BF3606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 76.1%
G = 21.51%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BF3606 (or 0xBF3606) is known color: Rust. HEX triplet: BF, 36 and 06. RGB value is (191,54,6). Sum of RGB (Red+Green+Blue) = 191+54+6=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3606 is #40C9F9. Grayscale: #595959. Windows color (decimal): -4246010 or 407231. OLE color: 407231.

HSL color Cylindrical-coordinate representation of color #BF3606: hue angle of 15.57º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF3606 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 54 6 -
CMYK 0 0.72 0.97 0.25
HSL 15.57º 0.94% 0.39% -
HSV(B) 15.57º 0.97% 0.75% -
XYZ 22.84 13.73 1.62 -
YUV 89.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 191 54 6 0 0.72 0.97 0.25 15.57 0.94 0.39
Hex BF 36 6 0 48 61 19 10 5E 27
Octal 277 66 6 0 110 141 31 20 136 47
Binary 10111111 110110 110 0 1001000 1100001 11001 10000 1011110 100111

Color Harmonies of #BF3606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3606

Black with #BF3606

Text Example


Text Example

White with #BF3606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3606; }

 p { color: rgb(191,54,6); }

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

background-color css

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

 a { background-color: rgb(191,54,6); }

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

border-color css

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

 span { border-color: rgb(191,54,6); }

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