Html Css Color HEX #BF4A18 Rust

📋 copy color: '#BF4A18'

red 191 ◦ green 74 ◦ blue 24

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

Shades of Rust #BF4A18

Tints of Rust #BF4A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 66.09%
G = 25.61%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4A18 (or 0xBF4A18) is known color: Rust. HEX triplet: BF, 4A and 18. RGB value is (191,74,24). Sum of RGB (Red+Green+Blue) = 191+74+24=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A18 is #40B5E7. Grayscale: #676767. Windows color (decimal): -4240872 or 1591999. OLE color: 1591999.

HSL color Cylindrical-coordinate representation of color #BF4A18: hue angle of 17.96º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF4A18 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 24 -
CMYK 0 0.61 0.87 0.25
HSL 17.96º 0.78% 0.42% -
HSV(B) 17.96º 0.87% 0.75% -
XYZ 24.1 16.04 2.69 -
YUV 103.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 191 74 24 0 0.61 0.87 0.25 17.96 0.78 0.42
Hex BF 4A 18 0 3D 57 19 12 4E 2A
Octal 277 112 30 0 75 127 31 22 116 52
Binary 10111111 1001010 11000 0 111101 1010111 11001 10010 1001110 101010

Color Harmonies of #BF4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A18

Black with #BF4A18

Text Example


Text Example

White with #BF4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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