Html Css Color HEX #BF411B Rust

📋 copy color: '#BF411B'

red 191 ◦ green 65 ◦ blue 27

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

Shades of Rust #BF411B

Tints of Rust #BF411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 67.49%
G = 22.97%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF411B (or 0xBF411B) is known color: Rust. HEX triplet: BF, 41 and 1B. RGB value is (191,65,27). Sum of RGB (Red+Green+Blue) = 191+65+27=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF411B is #40BEE4. Grayscale: #626262. Windows color (decimal): -4243173 or 1786303. OLE color: 1786303.

HSL color Cylindrical-coordinate representation of color #BF411B: hue angle of 13.9º degrees, saturation: 0.75, 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 #BF411B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 27 -
CMYK 0 0.66 0.86 0.25
HSL 13.9º 0.75% 0.43% -
HSV(B) 13.9º 0.86% 0.75% -
XYZ 23.57 14.94 2.68 -
YUV 98.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 191 65 27 0 0.66 0.86 0.25 13.9 0.75 0.43
Hex BF 41 1B 0 42 56 19 E 4B 2B
Octal 277 101 33 0 102 126 31 16 113 53
Binary 10111111 1000001 11011 0 1000010 1010110 11001 1110 1001011 101011

Color Harmonies of #BF411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF411B

Black with #BF411B

Text Example


Text Example

White with #BF411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF411B; }

 p { color: rgb(191,65,27); }

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

background-color css

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

 a { background-color: rgb(191,65,27); }

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

border-color css

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

 span { border-color: rgb(191,65,27); }

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