Html Css Color HEX #BF4818 Rust

📋 copy color: '#BF4818'

red 191 ◦ green 72 ◦ blue 24

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

Shades of Rust #BF4818

Tints of Rust #BF4818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 66.55%
G = 25.09%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF4818 (or 0xBF4818) is known color: Rust. HEX triplet: BF, 48 and 18. RGB value is (191,72,24). Sum of RGB (Red+Green+Blue) = 191+72+24=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4818 is #40B7E7. Grayscale: #666666. Windows color (decimal): -4241384 or 1591487. OLE color: 1591487.

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

Color convert

RGB 191 72 24 -
CMYK 0 0.62 0.87 0.25
HSL 17.25º 0.78% 0.42% -
HSV(B) 17.25º 0.87% 0.75% -
XYZ 23.97 15.78 2.65 -
YUV 102.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 191 72 24 0 0.62 0.87 0.25 17.25 0.78 0.42
Hex BF 48 18 0 3E 57 19 11 4E 2A
Octal 277 110 30 0 76 127 31 21 116 52
Binary 10111111 1001000 11000 0 111110 1010111 11001 10001 1001110 101010

Color Harmonies of #BF4818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4818

Black with #BF4818

Text Example


Text Example

White with #BF4818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4818; }

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

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

background-color css

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

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

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

border-color css

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

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

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