Html Css Color HEX #BF470A Rust

📋 copy color: '#BF470A'

red 191 ◦ green 71 ◦ blue 10

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

Shades of Rust #BF470A

Tints of Rust #BF470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 70.22%
G = 26.1%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF470A (or 0xBF470A) is known color: Rust. HEX triplet: BF, 47 and 0A. RGB value is (191,71,10). Sum of RGB (Red+Green+Blue) = 191+71+10=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF470A is #40B8F5. Grayscale: #646464. Windows color (decimal): -4241654 or 673727. OLE color: 673727.

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

Color convert

RGB 191 71 10 -
CMYK 0 0.63 0.95 0.25
HSL 20.22º 0.9% 0.39% -
HSV(B) 20.22º 0.95% 0.75% -
XYZ 23.79 15.6 2.05 -
YUV 99.93 77.26 192.96 -
System Red Green Blue C M Y K H S L
Decimal 191 71 10 0 0.63 0.95 0.25 20.22 0.9 0.39
Hex BF 47 A 0 3F 5F 19 14 5A 27
Octal 277 107 12 0 77 137 31 24 132 47
Binary 10111111 1000111 1010 0 111111 1011111 11001 10100 1011010 100111

Color Harmonies of #BF470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF470A

Black with #BF470A

Text Example


Text Example

White with #BF470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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