Html Css Color HEX #BF460A Rust

📋 copy color: '#BF460A'

red 191 ◦ green 70 ◦ blue 10

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

Shades of Rust #BF460A

Tints of Rust #BF460A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 70.48%
G = 25.83%
B = 3.69%

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

#BF460A (or 0xBF460A) is known color: Rust. HEX triplet: BF, 46 and 0A. RGB value is (191,70,10). Sum of RGB (Red+Green+Blue) = 191+70+10=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF460A is #40B9F5. Grayscale: #636363. Windows color (decimal): -4241910 or 673471. OLE color: 673471.

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

Color convert

RGB 191 70 10 -
CMYK 0 0.63 0.95 0.25
HSL 19.89º 0.9% 0.39% -
HSV(B) 19.89º 0.95% 0.75% -
XYZ 23.73 15.48 2.02 -
YUV 99.34 77.59 193.38 -
System Red Green Blue C M Y K H S L
Decimal 191 70 10 0 0.63 0.95 0.25 19.89 0.9 0.39
Hex BF 46 A 0 3F 5F 19 14 5A 27
Octal 277 106 12 0 77 137 31 24 132 47
Binary 10111111 1000110 1010 0 111111 1011111 11001 10100 1011010 100111

Color Harmonies of #BF460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF460A

Black with #BF460A

Text Example


Text Example

White with #BF460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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