Html Css Color HEX #BF401C Rust

📋 copy color: '#BF401C'

red 191 ◦ green 64 ◦ blue 28

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

Shades of Rust #BF401C

Tints of Rust #BF401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.89%

R = 67.49%
G = 22.61%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF401C (or 0xBF401C) is known color: Rust. HEX triplet: BF, 40 and 1C. RGB value is (191,64,28). Sum of RGB (Red+Green+Blue) = 191+64+28=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF401C is #40BFE3. Grayscale: #626262. Windows color (decimal): -4243428 or 1851583. OLE color: 1851583.

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

Color convert

RGB 191 64 28 -
CMYK 0 0.66 0.85 0.25
HSL 13.25º 0.74% 0.43% -
HSV(B) 13.25º 0.85% 0.75% -
XYZ 23.53 14.83 2.72 -
YUV 97.87 88.58 194.43 -
System Red Green Blue C M Y K H S L
Decimal 191 64 28 0 0.66 0.85 0.25 13.25 0.74 0.43
Hex BF 40 1C 0 42 55 19 D 4A 2B
Octal 277 100 34 0 102 125 31 15 112 53
Binary 10111111 1000000 11100 0 1000010 1010101 11001 1101 1001010 101011

Color Harmonies of #BF401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF401C

Black with #BF401C

Text Example


Text Example

White with #BF401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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