Html Css Color HEX #BF4913 Rust

📋 copy color: '#BF4913'

red 191 ◦ green 73 ◦ blue 19

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

Shades of Rust #BF4913

Tints of Rust #BF4913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 67.49%
G = 25.8%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4913 (or 0xBF4913) is known color: Rust. HEX triplet: BF, 49 and 13. RGB value is (191,73,19). Sum of RGB (Red+Green+Blue) = 191+73+19=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4913 is #40B6EC. Grayscale: #666666. Windows color (decimal): -4241133 or 1264063. OLE color: 1264063.

HSL color Cylindrical-coordinate representation of color #BF4913: hue angle of 18.84º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4913 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 19 -
CMYK 0 0.62 0.90 0.25
HSL 18.84º 0.82% 0.41% -
HSV(B) 18.84º 0.9% 0.75% -
XYZ 23.99 15.89 2.42 -
YUV 102.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 191 73 19 0 0.62 0.90 0.25 18.84 0.82 0.41
Hex BF 49 13 0 3E 5A 19 13 52 29
Octal 277 111 23 0 76 132 31 23 122 51
Binary 10111111 1001001 10011 0 111110 1011010 11001 10011 1010010 101001

Color Harmonies of #BF4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4913

Black with #BF4913

Text Example


Text Example

White with #BF4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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