Html Css Color HEX #BF4917 Rust

📋 copy color: '#BF4917'

red 191 ◦ green 73 ◦ blue 23

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

Shades of Rust #BF4917

Tints of Rust #BF4917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

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

R = 66.55%
G = 25.44%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF4917 (or 0xBF4917) is known color: Rust. HEX triplet: BF, 49 and 17. RGB value is (191,73,23). Sum of RGB (Red+Green+Blue) = 191+73+23=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4917 is #40B6E8. Grayscale: #666666. Windows color (decimal): -4241129 or 1526207. OLE color: 1526207.

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

Color convert

RGB 191 73 23 -
CMYK 0 0.62 0.88 0.25
HSL 17.86º 0.79% 0.42% -
HSV(B) 17.86º 0.88% 0.75% -
XYZ 24.02 15.9 2.61 -
YUV 102.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 191 73 23 0 0.62 0.88 0.25 17.86 0.79 0.42
Hex BF 49 17 0 3E 58 19 12 4F 2A
Octal 277 111 27 0 76 130 31 22 117 52
Binary 10111111 1001001 10111 0 111110 1011000 11001 10010 1001111 101010

Color Harmonies of #BF4917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4917

Black with #BF4917

Text Example


Text Example

White with #BF4917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4917; }

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

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

background-color css

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

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

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

border-color css

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

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

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