Html Css Color HEX #BF4817 Rust

📋 copy color: '#BF4817'

red 191 ◦ green 72 ◦ blue 23

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

Shades of Rust #BF4817

Tints of Rust #BF4817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.17%

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

R = 66.78%
G = 25.17%
B = 8.04%

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

#BF4817 (or 0xBF4817) is known color: Rust. HEX triplet: BF, 48 and 17. RGB value is (191,72,23). Sum of RGB (Red+Green+Blue) = 191+72+23=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4817 is #40B7E8. Grayscale: #666666. Windows color (decimal): -4241385 or 1525951. OLE color: 1525951.

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

Color convert

RGB 191 72 23 -
CMYK 0 0.62 0.88 0.25
HSL 17.5º 0.79% 0.42% -
HSV(B) 17.5º 0.88% 0.75% -
XYZ 23.96 15.77 2.59 -
YUV 102 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 191 72 23 0 0.62 0.88 0.25 17.5 0.79 0.42
Hex BF 48 17 0 3E 58 19 12 4F 2A
Octal 277 110 27 0 76 130 31 22 117 52
Binary 10111111 1001000 10111 0 111110 1011000 11001 10010 1001111 101010

Color Harmonies of #BF4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4817

Black with #BF4817

Text Example


Text Example

White with #BF4817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4817; }

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

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

background-color css

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

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

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

border-color css

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

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

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