Html Css Color HEX #BF4B1E Rust

📋 copy color: '#BF4B1E'

red 191 ◦ green 75 ◦ blue 30

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

Shades of Rust #BF4B1E

Tints of Rust #BF4B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 64.53%
G = 25.34%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF4B1E (or 0xBF4B1E) is known color: Rust. HEX triplet: BF, 4B and 1E. RGB value is (191,75,30). Sum of RGB (Red+Green+Blue) = 191+75+30=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B1E is #40B4E1. Grayscale: #686868. Windows color (decimal): -4240610 or 1985471. OLE color: 1985471.

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

Color convert

RGB 191 75 30 -
CMYK 0 0.61 0.84 0.25
HSL 16.77º 0.73% 0.43% -
HSV(B) 16.77º 0.84% 0.75% -
XYZ 24.24 16.2 3.08 -
YUV 104.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 191 75 30 0 0.61 0.84 0.25 16.77 0.73 0.43
Hex BF 4B 1E 0 3D 54 19 11 49 2B
Octal 277 113 36 0 75 124 31 21 111 53
Binary 10111111 1001011 11110 0 111101 1010100 11001 10001 1001001 101011

Color Harmonies of #BF4B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4B1E

Black with #BF4B1E

Text Example


Text Example

White with #BF4B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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