Html Css Color HEX #BF5317 Rust

📋 copy color: '#BF5317'

red 191 ◦ green 83 ◦ blue 23

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

Shades of Rust #BF5317

Tints of Rust #BF5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 23 (9.38% from 255) = 7.74%

R = 64.31%
G = 27.95%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF5317 (or 0xBF5317) is known color: Rust. HEX triplet: BF, 53 and 17. RGB value is (191,83,23). Sum of RGB (Red+Green+Blue) = 191+83+23=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5317 is #40ACE8. Grayscale: #6C6C6C. Windows color (decimal): -4238569 or 1528767. OLE color: 1528767.

HSL color Cylindrical-coordinate representation of color #BF5317: hue angle of 21.43º 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 #BF5317 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 23 -
CMYK 0 0.57 0.88 0.25
HSL 21.43º 0.79% 0.42% -
HSV(B) 21.43º 0.88% 0.75% -
XYZ 24.73 17.32 2.85 -
YUV 108.45 79.78 186.88 -
System Red Green Blue C M Y K H S L
Decimal 191 83 23 0 0.57 0.88 0.25 21.43 0.79 0.42
Hex BF 53 17 0 39 58 19 15 4F 2A
Octal 277 123 27 0 71 130 31 25 117 52
Binary 10111111 1010011 10111 0 111001 1011000 11001 10101 1001111 101010

Color Harmonies of #BF5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5317

Black with #BF5317

Text Example


Text Example

White with #BF5317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5317; }

 p { color: rgb(191,83,23); }

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

background-color css

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

 a { background-color: rgb(191,83,23); }

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

border-color css

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

 span { border-color: rgb(191,83,23); }

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