Html Css Color HEX #BF470C Rust

📋 copy color: '#BF470C'

red 191 ◦ green 71 ◦ blue 12

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

Shades of Rust #BF470C

Tints of Rust #BF470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 12 (5.08% from 255) = 4.38%

R = 69.71%
G = 25.91%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF470C (or 0xBF470C) is known color: Rust. HEX triplet: BF, 47 and 0C. RGB value is (191,71,12). Sum of RGB (Red+Green+Blue) = 191+71+12=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF470C is #40B8F3. Grayscale: #646464. Windows color (decimal): -4241652 or 804799. OLE color: 804799.

HSL color Cylindrical-coordinate representation of color #BF470C: hue angle of 19.78º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF470C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 71 12 -
CMYK 0 0.63 0.94 0.25
HSL 19.78º 0.88% 0.4% -
HSV(B) 19.78º 0.94% 0.75% -
XYZ 23.81 15.61 2.11 -
YUV 100.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 191 71 12 0 0.63 0.94 0.25 19.78 0.88 0.4
Hex BF 47 C 0 3F 5E 19 14 58 28
Octal 277 107 14 0 77 136 31 24 130 50
Binary 10111111 1000111 1100 0 111111 1011110 11001 10100 1011000 101000

Color Harmonies of #BF470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF470C

Black with #BF470C

Text Example


Text Example

White with #BF470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF470C; }

 p { color: rgb(191,71,12); }

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

background-color css

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

 a { background-color: rgb(191,71,12); }

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

border-color css

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

 span { border-color: rgb(191,71,12); }

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