Html Css Color HEX #BF3605 Rust

📋 copy color: '#BF3605'

red 191 ◦ green 54 ◦ blue 5

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

Shades of Rust #BF3605

Tints of Rust #BF3605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2%

R = 76.4%
G = 21.6%
B = 2%

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

#BF3605 (or 0xBF3605) is known color: Rust. HEX triplet: BF, 36 and 05. RGB value is (191,54,5). Sum of RGB (Red+Green+Blue) = 191+54+5=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3605 is #40C9FA. Grayscale: #595959. Windows color (decimal): -4246011 or 341695. OLE color: 341695.

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

Color convert

RGB 191 54 5 -
CMYK 0 0.72 0.97 0.25
HSL 15.81º 0.95% 0.38% -
HSV(B) 15.81º 0.97% 0.75% -
XYZ 22.83 13.73 1.59 -
YUV 89.38 80.39 200.48 -
System Red Green Blue C M Y K H S L
Decimal 191 54 5 0 0.72 0.97 0.25 15.81 0.95 0.38
Hex BF 36 5 0 48 61 19 10 5F 26
Octal 277 66 5 0 110 141 31 20 137 46
Binary 10111111 110110 101 0 1001000 1100001 11001 10000 1011111 100110

Color Harmonies of #BF3605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3605

Black with #BF3605

Text Example


Text Example

White with #BF3605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3605; }

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

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

background-color css

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

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

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

border-color css

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

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

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