Html Css Color HEX #BF440A Rust

📋 copy color: '#BF440A'

red 191 ◦ green 68 ◦ blue 10

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

Shades of Rust #BF440A

Tints of Rust #BF440A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

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

R = 71%
G = 25.28%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF440A (or 0xBF440A) is known color: Rust. HEX triplet: BF, 44 and 0A. RGB value is (191,68,10). Sum of RGB (Red+Green+Blue) = 191+68+10=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF440A is #40BBF5. Grayscale: #626262. Windows color (decimal): -4242422 or 672959. OLE color: 672959.

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

Color convert

RGB 191 68 10 -
CMYK 0 0.64 0.95 0.25
HSL 19.23º 0.9% 0.39% -
HSV(B) 19.23º 0.95% 0.75% -
XYZ 23.61 15.23 1.98 -
YUV 98.17 78.25 194.22 -
System Red Green Blue C M Y K H S L
Decimal 191 68 10 0 0.64 0.95 0.25 19.23 0.9 0.39
Hex BF 44 A 0 40 5F 19 13 5A 27
Octal 277 104 12 0 100 137 31 23 132 47
Binary 10111111 1000100 1010 0 1000000 1011111 11001 10011 1011010 100111

Color Harmonies of #BF440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF440A

Black with #BF440A

Text Example


Text Example

White with #BF440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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