Html Css Color HEX #BF441A Rust

📋 copy color: '#BF441A'

red 191 ◦ green 68 ◦ blue 26

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

Shades of Rust #BF441A

Tints of Rust #BF441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 67.02%
G = 23.86%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF441A (or 0xBF441A) is known color: Rust. HEX triplet: BF, 44 and 1A. RGB value is (191,68,26). Sum of RGB (Red+Green+Blue) = 191+68+26=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF441A is #40BBE5. Grayscale: #646464. Windows color (decimal): -4242406 or 1721535. OLE color: 1721535.

HSL color Cylindrical-coordinate representation of color #BF441A: hue angle of 15.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF441A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 68 26 -
CMYK 0 0.64 0.86 0.25
HSL 15.27º 0.76% 0.43% -
HSV(B) 15.27º 0.86% 0.75% -
XYZ 23.74 15.29 2.68 -
YUV 99.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 191 68 26 0 0.64 0.86 0.25 15.27 0.76 0.43
Hex BF 44 1A 0 40 56 19 F 4C 2B
Octal 277 104 32 0 100 126 31 17 114 53
Binary 10111111 1000100 11010 0 1000000 1010110 11001 1111 1001100 101011

Color Harmonies of #BF441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF441A

Black with #BF441A

Text Example


Text Example

White with #BF441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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