Html Css Color HEX #BF3600 Rust

📋 copy color: '#BF3600'

red 191 ◦ green 54 ◦ blue 0

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

Shades of Rust #BF3600

Tints of Rust #BF3600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.96%
G = 22.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BF3600 (or 0xBF3600) is known color: Rust. HEX triplet: BF, 36 and 00. RGB value is (191,54,0). Sum of RGB (Red+Green+Blue) = 191+54+0=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3600 is #40C9FF. Grayscale: #595959. Windows color (decimal): -4246016 or 14015. OLE color: 14015.

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

Color convert

RGB 191 54 0 -
CMYK 0 0.72 1 0.25
HSL 16.96º 1% 0.37% -
HSV(B) 16.96º 1% 0.75% -
XYZ 22.81 13.71 1.45 -
YUV 88.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 191 54 0 0 0.72 1 0.25 16.96 1 0.37
Hex BF 36 0 0 48 64 19 11 64 25
Octal 277 66 0 0 110 144 31 21 144 45
Binary 10111111 110110 0 0 1001000 1100100 11001 10001 1100100 100101

Color Harmonies of #BF3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3600

Black with #BF3600

Text Example


Text Example

White with #BF3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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