Html Css Color HEX #BF4608 Rust

📋 copy color: '#BF4608'

red 191 ◦ green 70 ◦ blue 8

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

Shades of Rust #BF4608

Tints of Rust #BF4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 71%
G = 26.02%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF4608 (or 0xBF4608) is known color: Rust. HEX triplet: BF, 46 and 08. RGB value is (191,70,8). Sum of RGB (Red+Green+Blue) = 191+70+8=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4608 is #40B9F7. Grayscale: #636363. Windows color (decimal): -4241912 or 542399. OLE color: 542399.

HSL color Cylindrical-coordinate representation of color #BF4608: hue angle of 20.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF4608 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 8 -
CMYK 0 0.63 0.96 0.25
HSL 20.33º 0.92% 0.39% -
HSV(B) 20.33º 0.96% 0.75% -
XYZ 23.72 15.47 1.97 -
YUV 99.11 76.59 193.54 -
System Red Green Blue C M Y K H S L
Decimal 191 70 8 0 0.63 0.96 0.25 20.33 0.92 0.39
Hex BF 46 8 0 3F 60 19 14 5C 27
Octal 277 106 10 0 77 140 31 24 134 47
Binary 10111111 1000110 1000 0 111111 1100000 11001 10100 1011100 100111

Color Harmonies of #BF4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4608

Black with #BF4608

Text Example


Text Example

White with #BF4608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4608; }

 p { color: rgb(191,70,8); }

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

background-color css

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

 a { background-color: rgb(191,70,8); }

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

border-color css

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

 span { border-color: rgb(191,70,8); }

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