Html Css Color HEX #BF401A Rust

📋 copy color: '#BF401A'

red 191 ◦ green 64 ◦ blue 26

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

Shades of Rust #BF401A

Tints of Rust #BF401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.78%

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

R = 67.97%
G = 22.78%
B = 9.25%

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

#BF401A (or 0xBF401A) is known color: Rust. HEX triplet: BF, 40 and 1A. RGB value is (191,64,26). Sum of RGB (Red+Green+Blue) = 191+64+26=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF401A is #40BFE5. Grayscale: #616161. Windows color (decimal): -4243430 or 1720511. OLE color: 1720511.

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

Color convert

RGB 191 64 26 -
CMYK 0 0.66 0.86 0.25
HSL 13.82º 0.76% 0.43% -
HSV(B) 13.82º 0.86% 0.75% -
XYZ 23.51 14.82 2.6 -
YUV 97.64 87.58 194.59 -
System Red Green Blue C M Y K H S L
Decimal 191 64 26 0 0.66 0.86 0.25 13.82 0.76 0.43
Hex BF 40 1A 0 42 56 19 E 4C 2B
Octal 277 100 32 0 102 126 31 16 114 53
Binary 10111111 1000000 11010 0 1000010 1010110 11001 1110 1001100 101011

Color Harmonies of #BF401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF401A

Black with #BF401A

Text Example


Text Example

White with #BF401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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