Html Css Color HEX #BF451C Rust

📋 copy color: '#BF451C'

red 191 ◦ green 69 ◦ blue 28

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

Shades of Rust #BF451C

Tints of Rust #BF451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

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

R = 66.32%
G = 23.96%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF451C (or 0xBF451C) is known color: Rust. HEX triplet: BF, 45 and 1C. RGB value is (191,69,28). Sum of RGB (Red+Green+Blue) = 191+69+28=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF451C is #40BAE3. Grayscale: #656565. Windows color (decimal): -4242148 or 1852863. OLE color: 1852863.

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

Color convert

RGB 191 69 28 -
CMYK 0 0.64 0.85 0.25
HSL 15.09º 0.74% 0.43% -
HSV(B) 15.09º 0.85% 0.75% -
XYZ 23.82 15.42 2.82 -
YUV 100.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 191 69 28 0 0.64 0.85 0.25 15.09 0.74 0.43
Hex BF 45 1C 0 40 55 19 F 4A 2B
Octal 277 105 34 0 100 125 31 17 112 53
Binary 10111111 1000101 11100 0 1000000 1010101 11001 1111 1001010 101011

Color Harmonies of #BF451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF451C

Black with #BF451C

Text Example


Text Example

White with #BF451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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