Html Css Color HEX #BF4A1B Rust

📋 copy color: '#BF4A1B'

red 191 ◦ green 74 ◦ blue 27

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

Shades of Rust #BF4A1B

Tints of Rust #BF4A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 65.41%
G = 25.34%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF4A1B (or 0xBF4A1B) is known color: Rust. HEX triplet: BF, 4A and 1B. RGB value is (191,74,27). Sum of RGB (Red+Green+Blue) = 191+74+27=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A1B is #40B5E4. Grayscale: #676767. Windows color (decimal): -4240869 or 1788607. OLE color: 1788607.

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

Color convert

RGB 191 74 27 -
CMYK 0 0.61 0.86 0.25
HSL 17.2º 0.75% 0.43% -
HSV(B) 17.2º 0.86% 0.75% -
XYZ 24.13 16.05 2.86 -
YUV 103.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 191 74 27 0 0.61 0.86 0.25 17.2 0.75 0.43
Hex BF 4A 1B 0 3D 56 19 11 4B 2B
Octal 277 112 33 0 75 126 31 21 113 53
Binary 10111111 1001010 11011 0 111101 1010110 11001 10001 1001011 101011

Color Harmonies of #BF4A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A1B

Black with #BF4A1B

Text Example


Text Example

White with #BF4A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A1B; }

 p { color: rgb(191,74,27); }

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

background-color css

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

 a { background-color: rgb(191,74,27); }

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

border-color css

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

 span { border-color: rgb(191,74,27); }

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