Html Css Color HEX #BF451E Rust

📋 copy color: '#BF451E'

red 191 ◦ green 69 ◦ blue 30

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

Shades of Rust #BF451E

Tints of Rust #BF451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 65.86%
G = 23.79%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF451E (or 0xBF451E) is known color: Rust. HEX triplet: BF, 45 and 1E. RGB value is (191,69,30). Sum of RGB (Red+Green+Blue) = 191+69+30=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF451E is #40BAE1. Grayscale: #656565. Windows color (decimal): -4242146 or 1983935. OLE color: 1983935.

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

Color convert

RGB 191 69 30 -
CMYK 0 0.64 0.84 0.25
HSL 14.53º 0.73% 0.43% -
HSV(B) 14.53º 0.84% 0.75% -
XYZ 23.85 15.43 2.95 -
YUV 101.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 191 69 30 0 0.64 0.84 0.25 14.53 0.73 0.43
Hex BF 45 1E 0 40 54 19 F 49 2B
Octal 277 105 36 0 100 124 31 17 111 53
Binary 10111111 1000101 11110 0 1000000 1010100 11001 1111 1001001 101011

Color Harmonies of #BF451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF451E

Black with #BF451E

Text Example


Text Example

White with #BF451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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